]> granicus.if.org Git - flex/commitdiff
Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compilers...
authorJohn Millaway <john43@users.sourceforge.net>
Wed, 10 Jul 2002 21:59:26 +0000 (21:59 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Wed, 10 Jul 2002 21:59:26 +0000 (21:59 +0000)
main.c

diff --git a/main.c b/main.c
index 9e998440a640aeef0553ac3eb4062fdd1b1a6996..c0d2142fb8bb9ff15b5b57552140cdaa8946764d 100644 (file)
--- 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" );