quickfix: Increase parser stack depth to allow for larger designs

master
Marius Kintel 2015-03-08 19:36:30 -04:00
parent 28b347065d
commit cc1f9e1353
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ namespace fs = boost::filesystem;
#include "boosty.h"
#define YYMAXDEPTH 20000
int parser_error_pos = -1;
int parserlex(void);