diff options
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.c,v 2.4 2004/03/15 21:04:33 roberto Exp roberto $ | 2 | ** $Id: lstate.c,v 2.5 2004/03/23 12:57:12 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 | */ |
@@ -8,6 +8,7 @@ | |||
8 | #include <stddef.h> | 8 | #include <stddef.h> |
9 | 9 | ||
10 | #define lstate_c | 10 | #define lstate_c |
11 | #define LUA_CORE | ||
11 | 12 | ||
12 | #include "lua.h" | 13 | #include "lua.h" |
13 | 14 | ||