summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-07-03 13:12:16 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-07-03 13:12:16 +0000
commite92d19f37ce22ab15cb4718b8beff3ab972ee33e (patch)
treeedb06ca936539abaca30c735f21024ff09791955 /main.c
parent0e1829cf175a1b135b06db479bb9f63cfb65075e (diff)
fix bug whereby prefix didn't get passed to everybody; patch by rse@engelschall.com
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
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");