]> granicus.if.org Git - flex/commitdiff
fix bug whereby prefix didn't get passed to everybody; patch by ...
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 3 Jul 2002 13:12:16 +0000 (13:12 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 3 Jul 2002 13:12:16 +0000 (13:12 +0000)
main.c

diff --git a/main.c b/main.c
index 275b1e065eb2f25607ae39b987355104c63bee49..6cc6930e7bd2c39fe5659e78db60a9f66df3f804 100644 (file)
--- a/main.c
+++ b/main.c
@@ -384,11 +384,9 @@ void check_options()
             outn( "#ifdef YY_REENTRANT_BISON_PURE" );
             GEN_PREFIX( "get_lval" );
             GEN_PREFIX( "set_lval" );
-            outn( "#ifdef YYLTYPE" );
             GEN_PREFIX( "get_lloc" );
             GEN_PREFIX( "set_lloc" );
             outn( "#endif" );
-            outn( "#endif" );
 
             if ( do_yylineno && reentrant)
                 outn ( "#define YY_USE_LINENO 1");