From 25a21eebb5a2bc9dc4da6da38d26646c0563f1dc Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 23 Nov 2005 19:49:59 +0000 Subject: Fix for bug #664 --- cpp/src/IceGrid/Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index fa1e70b687d..a479b249351 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -41,7 +41,7 @@ int yyparse(); // YYSTYPE, since YYSTYPE is a C++ type, with constructor, destructor, // assignment operator, etc. // -#define YYMAXDEPTH 20000 // 20000 should suffice. Bison default is 10000 as maximum. +#define YYMAXDEPTH 10000 // 10000 should suffice. Bison default is 10000 as maximum. #define YYINITDEPTH YYMAXDEPTH // Initial depth is set to max depth, for the reasons described above. // -- cgit v1.2.3