* data/glr.c (yyexpandGLRStack): Declare only if defined.

This commit is contained in:
Akim Demaille
2005-11-14 14:34:38 +00:00
parent 422494834c
commit b2741627b1
2 changed files with 6 additions and 0 deletions

View File

@@ -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__));