increased STACK_DEPTH from 50 to 250

This commit is contained in:
bal 1986-02-10 11:04:33 +00:00
parent b0609d40fc
commit 233c959d2f

View File

@ -8,7 +8,7 @@
#include "cs.h"
#include "cs_aux.h"
#define STACK_DEPTH 50
#define STACK_DEPTH 250
STATIC struct token Stack[STACK_DEPTH];
STATIC token_p free_token;