From 4cf31ef8e7ec6463d8e3f8c795cb736a8e3a6d92 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Jul 2005 03:32:40 +0000 Subject: [PATCH] (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that it returns void. --- tests/cxx-type.at | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.45.2