aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lvm.h b/lvm.h
index 548fba66..04f997dc 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 2.28 2014/04/15 16:32:49 roberto Exp roberto $ 2** $Id: lvm.h,v 2.29 2014/04/27 14:41:11 roberto Exp roberto $
3** Lua virtual machine 3** Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -40,7 +40,6 @@ LUAI_FUNC void luaV_execute (lua_State *L);
40LUAI_FUNC void luaV_concat (lua_State *L, int total); 40LUAI_FUNC void luaV_concat (lua_State *L, int total);
41LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y); 41LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
42LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y); 42LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
43LUAI_FUNC lua_Integer luaV_pow (lua_Integer x, lua_Integer y);
44LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y); 43LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y);
45LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb); 44LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);
46 45