diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldblib.c,v 1.16 2000/05/24 13:54:49 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.17 2000/06/12 13:52:05 roberto Exp roberto $ |
3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -9,8 +9,6 @@ | |||
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | 11 | ||
12 | #define LUA_REENTRANT | ||
13 | |||
14 | #include "lua.h" | 12 | #include "lua.h" |
15 | 13 | ||
16 | #include "lauxlib.h" | 14 | #include "lauxlib.h" |