Skip to content

Commit d22e60d

Browse files
committed
regen
1 parent 53bfc7d commit d22e60d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/parse-gram.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* A Bison parser, made by GNU Bison 3.5.93. */
1+
/* A Bison parser, made by GNU Bison 3.5.94. */
22

33
/* Bison implementation for Yacc-like parsers in C
44
@@ -49,7 +49,7 @@
4949
#define YYBISON 1
5050

5151
/* Bison version. */
52-
#define YYBISON_VERSION "3.5.93"
52+
#define YYBISON_VERSION "3.5.94"
5353

5454
/* Skeleton name. */
5555
#define YYSKELETON_NAME "yacc.c"
@@ -1632,6 +1632,8 @@ yypcontext_expected_tokens (const yypcontext_t *yyctx,
16321632
yyarg[yycount++] = yysym;
16331633
}
16341634
}
1635+
if (yyarg && yycount == 0 && 0 < yyargn)
1636+
yyarg[0] = YYSYMBOL_YYEMPTY;
16351637
return yycount;
16361638
}
16371639

src/parse-gram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* A Bison parser, made by GNU Bison 3.5.93. */
1+
/* A Bison parser, made by GNU Bison 3.5.94. */
22

33
/* Bison interface for Yacc-like parsers in C
44

0 commit comments

Comments
 (0)