diff options
Diffstat (limited to 'src/lib/elua/elua_private.h')
-rw-r--r-- | src/lib/elua/elua_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elua/elua_private.h b/src/lib/elua/elua_private.h index 445bacc93d..72d43c3b33 100644 --- a/src/lib/elua/elua_private.h +++ b/src/lib/elua/elua_private.h | |||
@@ -52,7 +52,7 @@ Eina_Bool _elua_state_io_setup(const Elua_State *es); | |||
52 | 52 | ||
53 | #if LUA_VERSION_NUM < 502 | 53 | #if LUA_VERSION_NUM < 502 |
54 | 54 | ||
55 | #define elua_register(L, lib) luaL_register(L, NULL, 0) | 55 | #define elua_register(L, lib) luaL_register(L, NULL, lib) |
56 | #define elua_strlen(L, i) lua_strlen(L, i) | 56 | #define elua_strlen(L, i) lua_strlen(L, i) |
57 | 57 | ||
58 | #else | 58 | #else |