diff options
Diffstat (limited to 'ldebug.c')
-rw-r--r-- | ldebug.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 1.139 2002/11/25 17:47:13 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 1.140 2002/11/26 08:59:48 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 | */ |
@@ -8,6 +8,8 @@ | |||
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | #include <string.h> | 9 | #include <string.h> |
10 | 10 | ||
11 | #define ldebug_c | ||
12 | |||
11 | #include "lua.h" | 13 | #include "lua.h" |
12 | 14 | ||
13 | #include "lapi.h" | 15 | #include "lapi.h" |