X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f2b30bdf3713e6fa9fafd0fc6caed68e38248ebc..82db7cdb69931bfbc547a2e84ee06fdd7293e6e9:/data/bison.m4 diff --git a/data/bison.m4 b/data/bison.m4 index ef8f778e..4a368024 100644 --- a/data/bison.m4 +++ b/data/bison.m4 @@ -266,7 +266,7 @@ $1([defgoto], [b4_defgoto], [[YYDEFGOTO[NTERM-NUM].]]) $1([table], [b4_table], [[YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which -number is the opposite. If zero or YYTABLE_NINF, syntax error.]]) +number is the opposite. If YYTABLE_NINF, syntax error.]]) $1([check], [b4_check]) @@ -794,9 +794,9 @@ b4_percent_define_default([[parse.error]], [[simple]]) b4_percent_define_check_values([[[[parse.error]], [[simple]], [[verbose]]]]) m4_define([b4_error_verbose_flag], - m4_case(b4_percent_define_get([[parse.error]]), - [simple], [[0]], - [verbose], [[1]])) + [m4_case(b4_percent_define_get([[parse.error]]), + [simple], [[0]], + [verbose], [[1]])]) b4_define_flag_if([error_verbose])