ENH: user more memory for parser and add test to complex that sets a huge string
This commit is contained in:
parent
2fb1c43a11
commit
fcad93e172
|
@ -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
Loading…
Reference in New Issue