* data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is

true since it's then always used regardless of whether yyoverflow is
defined.  Reported by Christian Burger at
<http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
* THANKS: Add Christian Burger.
This commit is contained in:
Joel E. Denny
2007-08-03 04:51:23 +00:00
parent cbd5054909
commit a2ea208d82
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
2007-08-03 Joel E. Denny <[email protected]>
* data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
true since it's then always used regardless of whether yyoverflow is
defined. Reported by Christian Burger at
<http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
* THANKS: Add Christian Burger.
2007-07-28 Joel E. Denny <[email protected]> 2007-07-28 Joel E. Denny <[email protected]>
* src/muscle_tab.c (muscle_percent_define_flag_if): In order to * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
+1
View File
@@ -19,6 +19,7 @@ Brandon Lucia [email protected]
Bruce Lilly [email protected] Bruce Lilly [email protected]
Bruno Haible [email protected] Bruno Haible [email protected]
Charles-Henri de Boysson [email protected] Charles-Henri de Boysson [email protected]
Christian Burger [email protected]
Cris Bailiff [email protected] Cris Bailiff [email protected]
Cris van Pelt [email protected] Cris van Pelt [email protected]
Daniel Hagerty [email protected] Daniel Hagerty [email protected]
+1 -1
View File
@@ -1448,7 +1448,7 @@ yyabortlab:
yyresult = 1; yyresult = 1;
goto yyreturn; goto yyreturn;
#ifndef yyoverflow #if !defined(yyoverflow) || YYERROR_VERBOSE
/*-------------------------------------------------. /*-------------------------------------------------.
| yyexhaustedlab -- memory exhaustion comes here. | | yyexhaustedlab -- memory exhaustion comes here. |
`-------------------------------------------------*/ `-------------------------------------------------*/