trunk: changeset 16

Fri, 26 May 2000 18:34:04 +0200

author
tuomov
date
Fri, 26 May 2000 18:34:04 +0200
changeset 13
9eb09d246c9f
parent 12
5fd153b29d40
child 14
91f0c87b62a7

trunk: changeset 16
Increased MAX_NEST and MAX_TOKENS to 256

parser.c file | annotate | diff | comparison | revisions
--- a/parser.c	Sun May 21 17:33:48 2000 +0200
+++ b/parser.c	Fri May 26 18:34:04 2000 +0200
@@ -11,8 +11,8 @@
 #include <libtu/misc.h>
 #include <libtu/output.h>
 
-#define MAX_TOKENS 	32
-#define MAX_NEST	16
+#define MAX_TOKENS 	256
+#define MAX_NEST	256
 
 
 enum{

mercurial