Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* data/glr.c (yyexpandGLRStack): Declare only if defined.
Index: data/glr.c
===================================================================
RCS file: /cvsroot/bison/bison/data/glr.c,v
retrieving revision 1.135
diff -u -u -r1.135 glr.c
--- data/glr.c 14 Nov 2005 08:09:00 -0000 1.135
+++ data/glr.c 14 Nov 2005 14:34:32 -0000
@@ -783,7 +783,9 @@
yyGLRStateSet yytops;
};
+#if YYSTACKEXPANDABLE
static void yyexpandGLRStack (yyGLRStack* yystack);
+#endif
static void yyFail (yyGLRStack* yystack]b4_pure_formals[, const char* yymsg)
__attribute__ ((__noreturn__));