bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: typo cxx-type.at


From: Paul Eggert
Subject: Re: typo cxx-type.at
Date: Mon, 18 Jul 2005 20:35:22 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden writes:

> cxx-type.at line 195 the `return 0;' gives errors

Thanks for that bug report.  I installed this obvious patch:

2005-07-18  Paul Eggert  <address@hidden>

        * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): yyerror now returns
        void, so omit 'return 0;'.

--- cxx-type.at 18 Jul 2005 18:39:01 -0000      1.23
+++ cxx-type.at 19 Jul 2005 03:32:40 -0000      1.24
@@ -200,7 +200,6 @@ yyerror (ERROR_PARAMETERS)
     abort ();
 #endif
   fprintf (stderr, "%s\n", s);
-  return 0;
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]