Output yylloc macro defn in glr.c even if locations are not being generated.

This commit is contained in:
Paul Eggert
2004-05-21 22:23:04 +00:00
parent 41ca25499e
commit 383e69dc79
2 changed files with 6 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ m4_if(b4_prefix[], [yy], [],
#define yychar b4_prefix[]char
#define yydebug b4_prefix[]debug
#define yynerrs b4_prefix[]nerrs
b4_location_if([#define yylloc b4_prefix[]lloc])])
#define yylloc b4_prefix[]lloc])
b4_token_defines(b4_tokens)