Fri, 26 May 2000 18:34:04 +0200
trunk: changeset 16 Increased MAX_NEST and MAX_TOKENS to 256
--- 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{