mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
maint: fix syntax-check issues
* cfg.mk: Ignore strcmp in local.at. * tests/conflicts.at: Use AT_PARSER_CHECK. * tests/regression.at: Preserve the exit status of the generated parsers. * tests/local.mk ($(TESTSUITE)): Map @tb@ to a tabulation. * tests/c++.at, tests/input.at, tests/regression.at: Use @tb@. * cfg.mk: (space-tab): There are no longer exceptions.
This commit is contained in:
@@ -1545,7 +1545,7 @@ AT_DATA_GRAMMAR([input.y],
|
||||
%parse-param { int x }
|
||||
// Spaces, tabs, and new lines.
|
||||
%parse-param { @&t@
|
||||
int y @&t@
|
||||
@tb@ int y@tb@ @&t@
|
||||
@&t@
|
||||
@&t@
|
||||
}
|
||||
@@ -1573,7 +1573,7 @@ yyparse (int x, int y)
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
return !!yyparse(1, 2);
|
||||
return yyparse(1, 2);
|
||||
}
|
||||
]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user