mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/glr.c (yyexpandGLRStack): Declare only if defined.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/glr.c (yyexpandGLRStack): Declare only if defined.
|
||||
|
||||
2005-11-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/glr.cc: New.
|
||||
|
||||
@@ -783,7 +783,9 @@ struct yyGLRStack {
|
||||
yyGLRStateSet yytops;
|
||||
};
|
||||
|
||||
#if YYSTACKEXPANDABLE
|
||||
static void yyexpandGLRStack (yyGLRStack* yystack);
|
||||
#endif
|
||||
|
||||
static void yyFail (yyGLRStack* yystack]b4_pure_formals[, const char* yymsg)
|
||||
__attribute__ ((__noreturn__));
|
||||
|
||||
Reference in New Issue
Block a user