From 81215cd59f58923ae9807d34f1dd46a51f400e4b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 26 Mar 2002 17:46:10 -0300 Subject: simpler way to control stack overflow --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index ee91e853..a7ec7e2c 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.79 2002/03/11 12:45:00 roberto Exp roberto $ +** $Id: lstate.h,v 1.80 2002/03/25 17:47:14 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -69,7 +69,7 @@ struct lua_longjmp; /* defined in ldo.c */ #define EXTRA_STACK 4 -#define BASIC_CI_SIZE 6 +#define BASIC_CI_SIZE 8 #define BASIC_STACK_SIZE (2*LUA_MINSTACK) -- cgit v1.2.3-55-g6feb