diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.c,v 2.5 2004/03/15 21:04:33 roberto Exp roberto $ | 2 | ** $Id: lgc.c,v 2.6 2004/03/23 12:57:12 roberto Exp roberto $ |
3 | ** Garbage Collector | 3 | ** Garbage Collector |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -7,6 +7,7 @@ | |||
7 | #include <string.h> | 7 | #include <string.h> |
8 | 8 | ||
9 | #define lgc_c | 9 | #define lgc_c |
10 | #define LUA_CORE | ||
10 | 11 | ||
11 | #include "lua.h" | 12 | #include "lua.h" |
12 | 13 | ||