increased STACK_DEPTH from 50 to 250
authorbal <none@none>
Mon, 10 Feb 1986 11:04:33 +0000 (11:04 +0000)
committerbal <none@none>
Mon, 10 Feb 1986 11:04:33 +0000 (11:04 +0000)
util/ego/cs/cs_stack.c

index 2070dad..bb2cc30 100644 (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;