summaryrefslogtreecommitdiff
path: root/yacc
diff options
context:
space:
mode:
Diffstat (limited to 'yacc')
-rw-r--r--yacc/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/defs.h b/yacc/defs.h
index bb9cf064ff..4f987bd7d2 100644
--- a/yacc/defs.h
+++ b/yacc/defs.h
@@ -164,7 +164,7 @@ struct bucket
/* TABLE_SIZE is the number of entries in the symbol table. */
/* TABLE_SIZE must be a power of two. */
-#define TABLE_SIZE 1024
+#define TABLE_SIZE 4096
/* the structure of the LR(0) state machine */