Hi I found a typo, patch is attached.
Thanks commit 6f241d9031e9748e1d462b687b8178d1d1adee0f Author: Yuichiro Kaneko <[email protected]> Date: Tue Oct 22 20:56:23 2019 +0900 yacc.c: Fix a typo * data/skeletons/yacc.c (yysetstate): Fix a typo diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c index 18e40fc2..117c9315 100644 --- a/data/skeletons/yacc.c +++ b/data/skeletons/yacc.c @@ -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: YYDPRINTF ((stderr, "Entering state %d\n", yystate));
