# HG changeset patch # User tuomov # Date 959358844 -7200 # Node ID 9eb09d246c9fe4e1eac78279711a9e5ac1b7a5f0 # Parent 5fd153b29d40e2c22b5747a3297c764d12d5c5cd trunk: changeset 16 Increased MAX_NEST and MAX_TOKENS to 256 diff -r 5fd153b29d40 -r 9eb09d246c9f parser.c --- 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 #include -#define MAX_TOKENS 32 -#define MAX_NEST 16 +#define MAX_TOKENS 256 +#define MAX_NEST 256 enum{