mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
This commit is contained in:
@@ -159,8 +159,8 @@
|
||||
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
typedef union YYSTYPE
|
||||
{/* Line 1545 of yacc.c. */
|
||||
#line 97 "parse-gram.y"
|
||||
{/* Line 1535 of yacc.c. */
|
||||
#line 98 "parse-gram.y"
|
||||
|
||||
symbol *symbol;
|
||||
symbol_list *list;
|
||||
@@ -170,7 +170,7 @@ typedef union YYSTYPE
|
||||
uniqstr uniqstr;
|
||||
unsigned char character;
|
||||
}
|
||||
/* Line 1545 of yacc.c. */
|
||||
/* Line 1535 of yacc.c. */
|
||||
#line 175 "parse-gram.h"
|
||||
YYSTYPE;
|
||||
# define YYSTYPE_IS_TRIVIAL 1
|
||||
|
||||
Reference in New Issue
Block a user