]> git.saurik.com Git - bison.git/blobdiff - tests/glr-regr1.at
(gram_error): Now static. Add static decl.
[bison.git] / tests / glr-regr1.at
index d0b558a5b19db1ace8ab8b253e23e8c2da3f4f77..72aec7053d4d3cdcb6aa4526c29f5f414a4e6f0a 100644 (file)
@@ -20,7 +20,7 @@ AT_BANNER([[GLR Regression Test #1.]])
 
 AT_SETUP([Badly Collapsed GLR States])
 
-AT_DATA([glr-regr1.y],
+AT_DATA_GRAMMAR([glr-regr1.y],
 [[/* Regression Test: Improper state compression */
 /* Reported by Scott McPeak */
 
@@ -63,8 +63,7 @@ static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1)
 int
 main (void)
 {
-  yyparse ();
-  return 0;
+  return yyparse ();
 }
 
 int