increased STACK_DEPTH from 50 to 250

This commit is contained in:
bal 1986-02-10 11:04:33 +00:00
parent e2cfecffe3
commit b48d45c38d

View file

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