Changeset e28fc4 in git for Singular/feOptTab.h


Ignore:
Timestamp:
Sep 26, 2011, 6:36:49 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
a8b8d033cc77dede263d1c2b1ce1c838cc69ce74
Parents:
79c0351b31771af55f2815d71696269d7274e5c3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-26 18:36:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:34+01:00
Message:
fix: multiple definitions of feOptStruct
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOptTab.h

    r79c035 re28fc4  
    11#ifndef FE_OPT_TAB_H
    22#define FE_OPT_TAB_H
     3
     4#define LONG_OPTION_RETURN 13
     5
    36// Define here which cmd-line options are recognized
     7#ifndef FE_OPT_STRUCTURE
     8extern struct fe_option feOptSpec[];
     9#else
    410struct fe_option feOptSpec[] =
    511{
     
    156162
    157163#endif
     164#endif
Note: See TracChangeset for help on using the changeset viewer.