mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that
it returns void.
This commit is contained in:
@@ -200,7 +200,6 @@ yyerror (ERROR_PARAMETERS)
|
||||
abort ();
|
||||
#endif
|
||||
fprintf (stderr, "%s\n", s);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user