From 36e1390631a4b89f0a8a3111978780de0d53466c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 31 Mar 2000 13:28:45 -0300 Subject: details. --- lstate.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lstate.c') diff --git a/lstate.c b/lstate.c index 563ec35e..f1949df0 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 1.23 1999/12/21 18:04:41 roberto Exp roberto $ +** $Id: lstate.c,v 1.24 2000/01/13 16:30:47 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -21,11 +21,6 @@ #include "ltm.h" -#ifndef DEFAULT_STACK_SIZE -#define DEFAULT_STACK_SIZE 1024 -#endif - - lua_State *lua_state = NULL; -- cgit v1.2.1