]> git.saurik.com Git - bison.git/commitdiff
* data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
authorAkim Demaille <akim@epita.fr>
Tue, 18 Jun 2002 10:00:36 +0000 (10:00 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 18 Jun 2002 10:00:36 +0000 (10:00 +0000)
there are no `label `yyoverflowlab' defined but not used' warnings
when yyoverflow is defined.

ChangeLog
THANKS
data/bison.simple

index 6e1e722c74a75aa2e9a493bf957e17660790f10a..a558e357332651cf73c4e9633c9b2ec313c8cea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
diff --git a/THANKS b/THANKS
index 8bf7741e8af5fac27110ea2e1b6de896a54cd6e1..0c5b344a2c74dd329a62ccff5d5c4d111170fa00 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -28,6 +28,7 @@ Keith Browne            kbrowne@legato.com
 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
index 12710369997aa40016c93a1d2b6d4346b45dd3dd..d17ff73d090e8cfdf66b0cf5923f4943ab261ae3 100644 (file)
@@ -1251,6 +1251,7 @@ yyabortlab:
   yyresult = 1;
   goto yyreturn;
 
+#ifndef yyoverflow
 /*---------------------------------------------.
 | yyoverflowab -- parser overflow comes here.  |
 `---------------------------------------------*/
@@ -1258,6 +1259,7 @@ yyoverflowlab:
   yyerror ("parser stack overflow");
   yyresult = 2;
   /* Fall through.  */
+#endif
 
 yyreturn:
 #ifndef yyoverflow