]> git.saurik.com Git - bison.git/commitdiff
(_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 03:32:40 +0000 (03:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 03:32:40 +0000 (03:32 +0000)
it returns void.

tests/cxx-type.at

index 012b57e4524448b1e2c689df7976c2ded846e03e..8650a5bd3314ec305b05079ac1343d8915bd75fa 100644 (file)
@@ -200,7 +200,6 @@ yyerror (ERROR_PARAMETERS)
     abort ();
 #endif
   fprintf (stderr, "%s\n", s);
-  return 0;
 }