aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lvm.h b/lvm.h
index d58daacd..8ead0c50 100644
--- a/lvm.h
+++ b/lvm.h
@@ -116,6 +116,7 @@ LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
116LUAI_FUNC void luaV_concat (lua_State *L, int total); 116LUAI_FUNC void luaV_concat (lua_State *L, int total);
117LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y); 117LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
118LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y); 118LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
119LUAI_FUNC lua_Number luaV_modf (lua_State *L, lua_Number x, lua_Number y);
119LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y); 120LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y);
120LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb); 121LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);
121 122