* data/skeletons/glr.c (yyparse): here.
---
data/skeletons/glr.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/data/skeletons/glr.c b/data/skeletons/glr.c
index 2d2fd5fc..8acf47c7 100644
--- a/data/skeletons/glr.c
+++ b/data/skeletons/glr.c
@@ -2490,7 +2490,8 @@ b4_dollar_popdef])[]dnl
/* Don't issue an error message again for exceptions
thrown from the scanner. */
if (yychar != YYFAULTYTOK)
- ]])[ yyreportSyntaxError (&yystack]b4_user_args[);
+ ]], [[
+]])[ yyreportSyntaxError (&yystack]b4_user_args[);
goto yyuser_error;
}
else
--
2.26.2