From: Will Estes Date: Wed, 3 Jul 2002 13:12:16 +0000 (+0000) Subject: fix bug whereby prefix didn't get passed to everybody; patch by ... X-Git-Tag: flex-2-5-10~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e92d19f37ce22ab15cb4718b8beff3ab972ee33e;p=flex fix bug whereby prefix didn't get passed to everybody; patch by rse@engelschall.com --- diff --git a/main.c b/main.c index 275b1e0..6cc6930 100644 --- 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");