yacc.c: also count calls to YYERROR in yynerrs

* data/skeletons/yacc.c: here.
This commit is contained in:
Akim Demaille
2020-08-04 17:15:43 +02:00
parent 683040b324
commit f4d33ff4b4
4 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.7.2.43-1ae84. */
/* A Bison parser, made by GNU Bison 3.7.2.67-44c6. */
/* Bison interface for Yacc-like parsers in C
@@ -216,6 +216,7 @@ struct GRAM_LTYPE
int gram_parse (void);
/* "%code provides" blocks. */
/* Initialize unquote. */