(_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that

it returns void.
This commit is contained in:
Paul Eggert
2005-07-19 03:32:40 +00:00
parent 1a05945136
commit 4cf31ef8e7

View File

@@ -200,7 +200,6 @@ yyerror (ERROR_PARAMETERS)
abort ();
#endif
fprintf (stderr, "%s\n", s);
return 0;
}