summaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-31 13:28:45 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-31 13:28:45 -0300
commit36e1390631a4b89f0a8a3111978780de0d53466c (patch)
tree21fea050e98d3cf844377c58503ccd15e00a43db /lstate.c
parent8f0f54ec3835f5d1637ae2720e2b4de6a177574a (diff)
downloadlua-36e1390631a4b89f0a8a3111978780de0d53466c.tar.gz
lua-36e1390631a4b89f0a8a3111978780de0d53466c.tar.bz2
lua-36e1390631a4b89f0a8a3111978780de0d53466c.zip
details.
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