aboutsummaryrefslogtreecommitdiff
path: root/c-api/compat-5.3.h
diff options
context:
space:
mode:
Diffstat (limited to 'c-api/compat-5.3.h')
-rw-r--r--c-api/compat-5.3.h2
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);
138COMPAT53_API int luaL_getsubtable (lua_State* L, int i, const char *name); 138COMPAT53_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)
141COMPAT53_API int luaL_len (lua_State *L, int i); 141COMPAT53_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)
144COMPAT53_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup); 144COMPAT53_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup);