diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.16 2004/11/18 19:53:49 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.17 2004/11/24 18:55:56 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -63,9 +63,6 @@ | |||
63 | #define LUAL_BUFFERSIZE BUFSIZ | 63 | #define LUAL_BUFFERSIZE BUFSIZ |
64 | 64 | ||
65 | 65 | ||
66 | /* first index for arrays */ | ||
67 | #define LUA_FIRSTINDEX 1 | ||
68 | |||
69 | /* assertions in Lua (mainly for internal debugging) */ | 66 | /* assertions in Lua (mainly for internal debugging) */ |
70 | #define lua_assert(c) ((void)0) | 67 | #define lua_assert(c) ((void)0) |
71 | 68 | ||