aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.h b/lvm.h
index a11db83c..c8898559 100644
--- a/lvm.h
+++ b/lvm.h
@@ -120,8 +120,8 @@ LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode);
120LUAI_FUNC int luaV_tointegerns (const TValue *obj, lua_Integer *p, 120LUAI_FUNC int luaV_tointegerns (const TValue *obj, lua_Integer *p,
121 F2Imod mode); 121 F2Imod mode);
122LUAI_FUNC int luaV_flttointeger (lua_Number n, lua_Integer *p, F2Imod mode); 122LUAI_FUNC int luaV_flttointeger (lua_Number n, lua_Integer *p, F2Imod mode);
123LUAI_FUNC int luaV_finishget (lua_State *L, const TValue *t, TValue *key, 123LUAI_FUNC lu_byte luaV_finishget (lua_State *L, const TValue *t, TValue *key,
124 StkId val, int tag); 124 StkId val, lu_byte tag);
125LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key, 125LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
126 TValue *val, int aux); 126 TValue *val, int aux);
127LUAI_FUNC void luaV_finishOp (lua_State *L); 127LUAI_FUNC void luaV_finishOp (lua_State *L);