glr: consistently use the same wording in traces

* data/skeletons/glr.c, data/skeletons/glr2.cc (yyglrReduce): Traces
refer to "state 42", not to "state #42".
This commit is contained in:
Akim Demaille
2021-01-03 07:19:50 +01:00
parent 74d1e881a7
commit ab1208e263
3 changed files with 3 additions and 3 deletions

View File

@@ -2590,7 +2590,7 @@ b4_dollar_popdef])[]dnl
YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, &yylval, &yylloc);
yyglrShift (&yystack, yys, yyaction, yyposn,
&yylval]b4_locations_if([, &yylloc])[);
YY_DPRINTF ((stderr, "Stack %ld now in state #%d\n",
YY_DPRINTF ((stderr, "Stack %ld now in state %d\n",
YY_CAST (long, yys),
yystack.yytops.yystates[yys]->yylrState));
}