From e9a3e26d6b589ae1e16dbba0adddac392118f59a Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 22 Oct 2001 14:37:43 +0000 Subject: the last checkin was broken; millaway fixed it --- options.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 26a9039..d289010 100644 --- a/options.c +++ b/options.c @@ -39,12 +39,12 @@ optspec_t flexopts[] = { {"--main", OPT_MAIN,0}, /* use built-in main() function. */ {"--meta-ecs", OPT_META_ECS,0},/* Construct meta-equivalence classes. */ {"--never-interactive", OPT_NEVER_INTERACTIVE,0}, -{"--nodefault", OPT_NODEFAULT,0},/* Suppress default rule to ECHO unmatched text. */ -{"-s", OPT_NODEFAULT,0}, -{"--noline", OPT_NOLINE,0},/* Suppress #line directives in scanner. */ -{"-L", OPT_NOLINE,0},/* Suppress #line directives in scanner. */ -{"--nowarn", OPT_NOWARN,0},/* Suppress warning messages. */ -{"-w", OPT_NOWARN,0}, +{"--nodefault", OPT_NO_DEFAULT,0},/* Suppress default rule to ECHO unmatched text. */ +{"-s", OPT_NO_DEFAULT,0}, +{"--noline", OPT_NO_LINE,0},/* Suppress #line directives in scanner. */ +{"-L", OPT_NO_LINE,0},/* Suppress #line directives in scanner. */ +{"--nowarn", OPT_NO_WARN,0},/* Suppress warning messages. */ +{"-w", OPT_NO_WARN,0}, {"--outfile=FILE", OPT_OUTFILE,0},/* Write to FILE (default is lex.yy.c) */ {"-o FILE", OPT_OUTFILE,0}, {"--perf-report", OPT_PERF_REPORT,0},/* Generate performance report to stderr. */ -- cgit v1.2.3