there are no `label `yyoverflowlab' defined but not used' warnings
when yyoverflow is defined.
+2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
+ there are no `label `yyoverflowlab' defined but not used' warnings
+ when yyoverflow is defined.
+
2002-06-18 Akim Demaille <akim@epita.fr>
* src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
Laurent Mascherpa laurent.mascherpa@epita.fr
Magnus Fromreide magfr@lysator.liu.se
Marc Autret autret_m@epita.fr
+Matt Kraai kraai@alumni.cmu.edu
Michael Hayes m.hayes@elec.canterbury.ac.nz
Mike Castle dalgoda@ix.netcom.com
Neil Booth NeilB@earthling.net
yyresult = 1;
goto yyreturn;
+#ifndef yyoverflow
/*---------------------------------------------.
| yyoverflowab -- parser overflow comes here. |
`---------------------------------------------*/
yyerror ("parser stack overflow");
yyresult = 2;
/* Fall through. */
+#endif
yyreturn:
#ifndef yyoverflow