[EMAIL PROTECTED] 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  <[EMAIL PROTECTED]>

        * 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