summaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lvm.h b/lvm.h
index 8a3ae994..2d68f406 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 2.6 2007/02/09 13:04:52 roberto Exp roberto $ 2** $Id: lvm.h,v 2.7 2008/08/26 13:27:42 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*/
@@ -32,6 +32,7 @@ LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
32 StkId val); 32 StkId val);
33LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key, 33LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
34 StkId val); 34 StkId val);
35LUAI_FUNC void luaV_finishOp (lua_State *L);
35LUAI_FUNC void luaV_execute (lua_State *L); 36LUAI_FUNC void luaV_execute (lua_State *L);
36LUAI_FUNC void luaV_concat (lua_State *L, int total, int last); 37LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
37 38