diff options
Diffstat (limited to 'lobject.c')
-rw-r--r-- | lobject.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.c,v 1.42 2000/06/26 19:28:31 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 1.43 2000/06/30 14:35:17 roberto Exp roberto $ |
3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -7,8 +7,6 @@ | |||
7 | #include <ctype.h> | 7 | #include <ctype.h> |
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | 9 | ||
10 | #define LUA_REENTRANT | ||
11 | |||
12 | #include "lua.h" | 10 | #include "lua.h" |
13 | 11 | ||
14 | #include "lobject.h" | 12 | #include "lobject.h" |