Changeset b5398a3 in git for Singular


Ignore:
Timestamp:
Aug 13, 2010, 7:15:56 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
9c3d69964dd58e51f3ba307a30c4db0753ebb3d9
Parents:
425e33c80c94db4efa90d372b1359e623980b13a
Message:
BATCH also w/o MPSR

git-svn-id: file:///usr/local/Singular/svn/trunk@13120 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    r425e33c rb5398a3  
    7070#else
    7171  {"xterm",         required_argument,      LONG_OPTION_RETURN,
    72    "XTERM",     "Use XTERM as terminal program to run Singular",          feOptString, 0,   0},
     72   "XTERM",     "Use XTERM as terminal program to run Singular",       feOptString, 0,   0},
    7373#endif
    7474
     
    7777
    7878  {"no-call",     no_argument,        LONG_OPTION_RETURN,
    79    0,          "Do not start program. Print call to stdout",       feOptBool,   0,   0},
    80 #endif
    81 
    82 #ifdef HAVE_MPSR
     79   0,          "Do not start program. Print call to stdout",           feOptBool,   0,   0},
     80#endif
     81
    8382  {"batch",             no_argument,        'b',
    84    0,          "Run in MP batch mode",                                 feOptBool,    0,     0},
    85 #endif
     83   0,          "Run in batch mode",                                    feOptBool,    0,     0},
    8684
    8785  {"execute",           required_argument,  'c',
Note: See TracChangeset for help on using the changeset viewer.