aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lstate.c b/lstate.c
index 563ec35e..f1949df0 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.23 1999/12/21 18:04:41 roberto Exp roberto $ 2** $Id: lstate.c,v 1.24 2000/01/13 16:30:47 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -21,11 +21,6 @@
21#include "ltm.h" 21#include "ltm.h"
22 22
23 23
24#ifndef DEFAULT_STACK_SIZE
25#define DEFAULT_STACK_SIZE 1024
26#endif
27
28
29lua_State *lua_state = NULL; 24lua_State *lua_state = NULL;
30 25
31 26