Changeset a0da83 in git for Singular/feOptTab.h


Ignore:
Timestamp:
Mar 31, 2015, 3:36:56 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
06cff955d56f17b8a3199fd8db5e3f4a6be98f35
Parents:
56225c216f0df9632a02f7b745efacd6da070754
Message:
test for a code coverage tool: via smon.out
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOptTab.h

    r56225c ra0da83  
    8282
    8383  {"echo",              optional_argument,  'e',
    84    "VAL",       "Set value of variable `echo' to (integer) VAL",        feOptInt,    0,      0},
     84   "VAL",       "Set value of variable `echo' to (integer) VAL",       feOptInt,    0,      0},
    8585
    8686  {"help",              no_argument,        'h',
    8787   0,          "Print help message and exit",                          feOptUntyped,    0,      0},
    8888
     89  {"profile",           no_argument,        'p',
     90   0,          "Collect profiling data in smon.out",                   feOptBool,    0,      0},
    8991  {"quiet",             no_argument,        'q',
    9092   0,          "Do not print start-up banner and lib load messages",   feOptBool,    0,      0},
Note: See TracChangeset for help on using the changeset viewer.