summaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-06-06 13:31:41 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-06-06 13:31:41 -0300
commit8bcf6228765e56be19feb90c8805cc2fb2223188 (patch)
treece13072efce7a8aadcdde8de747073f3d7bf0859 /lvm.h
parentdbbf6c073b4203169a0221a082f6d00ccb27754c (diff)
downloadlua-8bcf6228765e56be19feb90c8805cc2fb2223188.tar.gz
lua-8bcf6228765e56be19feb90c8805cc2fb2223188.tar.bz2
lua-8bcf6228765e56be19feb90c8805cc2fb2223188.zip
new signature for `luaH_set'
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 ae57346b..01fc6f92 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 1.21 2000/04/19 13:36:25 roberto Exp roberto $ 2** $Id: lvm.h,v 1.22 2000/05/08 19:32:53 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*/
@@ -20,7 +20,6 @@
20void luaV_pack (lua_State *L, StkId firstel, int nvararg, TObject *tab); 20void luaV_pack (lua_State *L, StkId firstel, int nvararg, TObject *tab);
21int luaV_tonumber (TObject *obj); 21int luaV_tonumber (TObject *obj);
22int luaV_tostring (lua_State *L, TObject *obj); 22int luaV_tostring (lua_State *L, TObject *obj);
23void luaV_setn (lua_State *L, Hash *t, int val);
24void luaV_gettable (lua_State *L, StkId top); 23void luaV_gettable (lua_State *L, StkId top);
25void luaV_settable (lua_State *L, StkId t, StkId top); 24void luaV_settable (lua_State *L, StkId t, StkId top);
26void luaV_getglobal (lua_State *L, TString *s, StkId top); 25void luaV_getglobal (lua_State *L, TString *s, StkId top);