From b48d45c38d0fc43f4168564c2993515ae8275502 Mon Sep 17 00:00:00 2001 From: bal Date: Mon, 10 Feb 1986 11:04:33 +0000 Subject: [PATCH] increased STACK_DEPTH from 50 to 250 --- util/ego/cs/cs_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ego/cs/cs_stack.c b/util/ego/cs/cs_stack.c index 2070dad6c..bb2cc3022 100644 --- a/util/ego/cs/cs_stack.c +++ b/util/ego/cs/cs_stack.c @@ -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; -- 2.34.1