summaryrefslogtreecommitdiff
path: root/yacc
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-03-21 10:46:51 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-03-21 10:46:51 +0000
commit3e906ccd2c4df49f110d7d73888c28e5a99bffd1 (patch)
tree99e6df82a602a2b1f9fbf8df0aff056b1f64a214 /yacc
parent7029937655ffa3c391134eaefaeb9b394040553b (diff)
downloadocaml-3e906ccd2c4df49f110d7d73888c28e5a99bffd1.tar.gz
Augmenter tailles tables.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1429 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 */