From: Paul Eggert Date: Tue, 19 Jul 2005 03:32:40 +0000 (+0000) Subject: (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that X-Git-Tag: BISON-2_1~75 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/4cf31ef8e7ec6463d8e3f8c795cb736a8e3a6d92 (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that it returns void. --- diff --git a/tests/cxx-type.at b/tests/cxx-type.at index 012b57e4..8650a5bd 100644 --- a/tests/cxx-type.at +++ b/tests/cxx-type.at @@ -200,7 +200,6 @@ yyerror (ERROR_PARAMETERS) abort (); #endif fprintf (stderr, "%s\n", s); - return 0; }