mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
yacc.c: fix a typo
* data/skeletons/yacc.c (yysetstate): fix comment.
This commit is contained in:
@@ -1479,7 +1479,7 @@ yynewstate:
|
|||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------.
|
/*--------------------------------------------------------------------.
|
||||||
| yynewstate -- set current state (the top of the stack) to yystate. |
|
| yysetstate -- set current state (the top of the stack) to yystate. |
|
||||||
`--------------------------------------------------------------------*/
|
`--------------------------------------------------------------------*/
|
||||||
yysetstate:
|
yysetstate:
|
||||||
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
||||||
|
|||||||
Reference in New Issue
Block a user