diff options
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 | ||