summaryrefslogtreecommitdiffstats
path: root/Parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/parser.h')
-rw-r--r--Parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/parser.h b/Parser/parser.h
index 72aa927..2c0e327 100644
--- a/Parser/parser.h
+++ b/Parser/parser.h
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Parser interface */
-#define MAXSTACK 100
+#define MAXSTACK 500
typedef struct _stackentry {
int s_state; /* State in current DFA */