]> git.saurik.com Git - bison.git/blobdiff - tests/glr-regression.at
* data/lalr1.cc (parser::parse): Return a bool instead of an int.
[bison.git] / tests / glr-regression.at
index 971e2b49255e4f64380cc113ad647f64d53a945d..b7d24ab7a8ecf85ae1db8585d2cba8cbfe09a438 100644 (file)
@@ -173,7 +173,6 @@ FILE *yyin = NULL;
 int
 yylex (void)
 { 
-  int c;
   char buf[50];
   switch (fscanf (yyin, " %1[a-z,]", buf)) {
   case 1: