mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +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 ();
|
abort ();
|
||||||
#endif
|
#endif
|
||||||
fprintf (stderr, "%s\n", s);
|
fprintf (stderr, "%s\n", s);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user