mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
invocations. * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not defined.
This commit is contained in:
@@ -93,8 +93,9 @@ declarator : ID { printf ("\"%s\" ", ]$[1); }
|
||||
int
|
||||
main (int argc, char** argv)
|
||||
{
|
||||
assert (argc = 2);
|
||||
assert (freopen (argv[1], "r", stdin));
|
||||
assert (argc == 2);
|
||||
if (!freopen (argv[1], "r", stdin))
|
||||
abort ();
|
||||
exit (yyparse ());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user