]> git.saurik.com Git - bison.git/blobdiff - tests/glr-regr1.at
Rename identifiers to avoid real and potential collisions.
[bison.git] / tests / glr-regr1.at
index 2483fc52170283a0447107aefc894982bf656b99..72aec7053d4d3cdcb6aa4526c29f5f414a4e6f0a 100644 (file)
@@ -63,8 +63,7 @@ static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1)
 int
 main (void)
 {
 int
 main (void)
 {
-  yyparse ();
-  return 0;
+  return yyparse ();
 }
 
 int
 }
 
 int