summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-07-10 21:59:26 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-07-10 21:59:26 +0000
commit34131fa9d05f085b91af34fc2856e83cf9647b9a (patch)
treec6b20a99ef4fc49aa71b731306dc1186e8985854 /main.c
parent97a0a6d66474846c2527e673a1a4a8cf7f89156a (diff)
Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compilers might.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 9e99844..c0d2142 100644
--- a/main.c
+++ b/main.c
@@ -1582,9 +1582,6 @@ _( "Variable trailing context rules entail a large performance penalty\n" ) );
outn( "typedef int yy_state_type;" );
OUT_END_CODE();
- if ( ddebug )
- outn( "\n#define FLEX_DEBUG" );
-
if ( lex_compat )
outn( "#define YY_FLEX_LEX_COMPAT" );