ENH: user more memory for parser and add test to complex that sets a huge string

This commit is contained in:
Bill Hoffman 2007-07-20 14:08:37 -04:00
parent 2fb1c43a11
commit fcad93e172
4 changed files with 6 additions and 2 deletions

View File

@ -167,8 +167,9 @@ YY_DECL;
static void cmCommandArgumentError(yyscan_t yyscanner, const char* message);
#define YYDEBUG 1
//#define YYMAXDEPTH 100000
//#define YYINITDEPTH 10000
// Set these high so that
#define YYMAXDEPTH 100000
#define YYINITDEPTH 10000
/* Disable some warnings in the generated code. */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long