diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-31 13:28:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-31 13:28:45 -0300 |
commit | 36e1390631a4b89f0a8a3111978780de0d53466c (patch) | |
tree | 21fea050e98d3cf844377c58503ccd15e00a43db /lstate.c | |
parent | 8f0f54ec3835f5d1637ae2720e2b4de6a177574a (diff) | |
download | lua-36e1390631a4b89f0a8a3111978780de0d53466c.tar.gz lua-36e1390631a4b89f0a8a3111978780de0d53466c.tar.bz2 lua-36e1390631a4b89f0a8a3111978780de0d53466c.zip |
details.
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 | |||
29 | lua_State *lua_state = NULL; | 24 | lua_State *lua_state = NULL; |
30 | 25 | ||
31 | 26 | ||