Skip to content

Commit a3770f3

Browse files
committed
Increase YYMAXDEPTH
1 parent f166bfb commit a3770f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smvlang/parser.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "smv_y.tab.h"
1616

17-
#define YYMAXDEPTH 200000
17+
#define YYMAXDEPTH 2000000
1818
#define YYSTYPE_IS_TRIVIAL 1
1919

2020
/*------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)