diff options
Diffstat (limited to 'ldebug.c')
-rw-r--r-- | ldebug.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 2.2 2004/02/20 16:01:05 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 2.3 2004/03/23 13:10:16 roberto Exp roberto $ |
3 | ** Debug Interface | 3 | ** Debug Interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | 12 | ||
13 | #define ldebug_c | 13 | #define ldebug_c |
14 | #define LUA_CORE | ||
14 | 15 | ||
15 | #include "lua.h" | 16 | #include "lua.h" |
16 | 17 | ||