aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/zconf.tab.c_shipped
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config/zconf.tab.c_shipped')
-rw-r--r--scripts/config/zconf.tab.c_shipped6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped
index be6bd4c0d..0bf511e30 100644
--- a/scripts/config/zconf.tab.c_shipped
+++ b/scripts/config/zconf.tab.c_shipped
@@ -333,7 +333,7 @@ union yyalloc
333#define YYUNDEFTOK 2 333#define YYUNDEFTOK 2
334#define YYMAXUTOK 296 334#define YYMAXUTOK 296
335 335
336#define YYTRANSLATE(YYX) \ 336#define YYTRANSLATE(YYX) \
337 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) 337 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
338 338
339/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ 339/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
@@ -709,7 +709,7 @@ do \
709 goto yybackup; \ 709 goto yybackup; \
710 } \ 710 } \
711 else \ 711 else \
712 { \ 712 { \
713 yyerror ("syntax error: cannot back up");\ 713 yyerror ("syntax error: cannot back up");\
714 YYERROR; \ 714 YYERROR; \
715 } \ 715 } \
@@ -762,7 +762,7 @@ do { \
762 if (yydebug) \ 762 if (yydebug) \
763 { \ 763 { \
764 YYFPRINTF (stderr, "%s ", Title); \ 764 YYFPRINTF (stderr, "%s ", Title); \
765 yysymprint (stderr, \ 765 yysymprint (stderr, \
766 Token, Value); \ 766 Token, Value); \
767 YYFPRINTF (stderr, "\n"); \ 767 YYFPRINTF (stderr, "\n"); \
768 } \ 768 } \