summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-10-22 14:37:43 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-10-22 14:37:43 +0000
commite9a3e26d6b589ae1e16dbba0adddac392118f59a (patch)
tree4a0eb1877db3afd659bd99d20e555f9674eccdad /options.h
parent3cb447bf293324f50a3f3556d88ccbbddce5f40a (diff)
the last checkin was broken; millaway fixed it
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index 39ae1f5..0aa1ad3 100644
--- a/options.h
+++ b/options.h
@@ -28,7 +28,7 @@ enum flexopt_flag_t {
OPT_INTERACTIVE,
OPT_LEX_COMPAT,
OPT_MAIN, OPT_NO_MAIN,
- OPT_META_ECS, OPT_NO_META_ECS
+ OPT_META_ECS, OPT_NO_META_ECS,
OPT_NEVER_INTERACTIVE,
OPT_NO_LINE,
OPT_OUTFILE,
@@ -48,7 +48,7 @@ enum flexopt_flag_t {
OPT_UNPUT, OPT_NOUNPUT,
OPT_VERBOSE,
OPT_VERSION,
- OPT_WARN, OPT_NOWARN,
+ OPT_WARN, OPT_NO_WARN,
OPT_YYCLASS,
OPT_YYLINENO, OPT_NO_YYLINEO,
OPT_YYMORE, OPT_NO_YYMORE,