Selaa lähdekoodia

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

Bill Hoffman 18 vuotta sitten
vanhempi
sitoutus
fcad93e172

+ 3 - 2
Source/cmCommandArgumentParser.cxx

@@ -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.  */

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
Tests/Complex/CMakeLists.txt


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
Tests/ComplexOneConfig/CMakeLists.txt


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
Tests/ComplexRelativePaths/CMakeLists.txt


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä