summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/glr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glr.c b/data/glr.c
index 509ee123..e6a8e381 100644
--- a/data/glr.c
+++ b/data/glr.c
@@ -544,7 +544,7 @@ typedef enum { yyok, yyaccept, yyabort, yyerr } YYRESULTTAG;
if (yydebug) \
{ \
YYFPRINTF (stderr, "%s ", Title); \
- yy_symbol_print (stderr, Type, Value]b4_locuser_args([Location])[); \
+ yy_symbol_print (stderr, Type, Value]b4_locuser_args([Location])[); \
YYFPRINTF (stderr, "\n"); \
} \
} while (YYID (0))