diff options
Diffstat (limited to 'c-api/compat-5.3.h')
-rw-r--r-- | c-api/compat-5.3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c-api/compat-5.3.h b/c-api/compat-5.3.h index 2309294..ba90d81 100644 --- a/c-api/compat-5.3.h +++ b/c-api/compat-5.3.h | |||
@@ -138,7 +138,7 @@ COMPAT53_API void luaL_checkstack (lua_State *L, int sp, const char *msg); | |||
138 | COMPAT53_API int luaL_getsubtable (lua_State* L, int i, const char *name); | 138 | COMPAT53_API int luaL_getsubtable (lua_State* L, int i, const char *name); |
139 | 139 | ||
140 | #define luaL_len COMPAT53_CONCAT(COMPAT53_PREFIX, L_len) | 140 | #define luaL_len COMPAT53_CONCAT(COMPAT53_PREFIX, L_len) |
141 | COMPAT53_API int luaL_len (lua_State *L, int i); | 141 | COMPAT53_API lua_Integer luaL_len (lua_State *L, int i); |
142 | 142 | ||
143 | #define luaL_setfuncs COMPAT53_CONCAT(COMPAT53_PREFIX, L_setfuncs) | 143 | #define luaL_setfuncs COMPAT53_CONCAT(COMPAT53_PREFIX, L_setfuncs) |
144 | COMPAT53_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup); | 144 | COMPAT53_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup); |