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.148 2010/10/29 17:52:46 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.149 2010/11/03 15:16:17 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 | */ |
@@ -278,9 +278,6 @@ | |||
278 | #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) | 278 | #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) |
279 | #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) | 279 | #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) |
280 | 280 | ||
281 | /* compatibility with previous wrong spelling */ | ||
282 | #define luaL_typerror luaL_typeerror | ||
283 | |||
284 | /* | 281 | /* |
285 | @@ LUA_COMPAT_MODULE controls compatibility with previous | 282 | @@ LUA_COMPAT_MODULE controls compatibility with previous |
286 | ** module functions 'module' (Lua) and 'luaL_register' (C). | 283 | ** module functions 'module' (Lua) and 'luaL_register' (C). |