X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0991e29b75f192570b6fac1ba23657ab4f3509ee..cf6fb2226d62fa08751b212263c193a6386f9b90:/data/yacc.c diff --git a/data/yacc.c b/data/yacc.c index eed13f7f..8b7a0601 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -501,11 +501,8 @@ static const ]b4_int_type_for([b4_translate])[ yytranslate[] = }; #if YYDEBUG -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ -static const ]b4_int_type_for([b4_rline])[ yyrline[] = -{ - ]b4_rline[ -}; +]b4_integral_parser_table_define([rline], [b4_rline], + [YYRLINE[YYN] -- Source line where rule number YYN was defined.])[ #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE @@ -530,7 +527,7 @@ static const ]b4_int_type_for([b4_toknum])[ yytoknum[] = #define YYTABLE_NINF ]b4_table_ninf[ -]b4_tables_define[ +]b4_parser_tables_define[ #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY)