From 6658b9588faa3dae1747f2b705e99e96c6cf0e31 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 7 Mar 2002 15:11:51 -0300 Subject: details --- lstate.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 8ba95a59..48293f05 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.68 2001/12/18 20:52:30 roberto Exp $ +** $Id: lstate.h,v 1.77 2002/02/14 21:47:29 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -73,10 +73,6 @@ struct lua_longjmp; /* defined in ldo.c */ #define BASIC_STACK_SIZE (2*LUA_MINSTACK) -#ifndef LUA_MAXSTACK -#define LUA_MAXSTACK 14000 -#endif - typedef struct stringtable { -- cgit v1.2.3-55-g6feb