diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-12-30 15:26:49 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-12-30 15:26:49 -0200 |
commit | 59f8e6fb7710e46539fb9bf63131b45012bf86ef (patch) | |
tree | 2077a5d755afd0346994a53918c881cca8357668 /lvm.h | |
parent | 05d89b5c05bdf3be8f6fd3c6d195672f1e10d13e (diff) | |
download | lua-59f8e6fb7710e46539fb9bf63131b45012bf86ef.tar.gz lua-59f8e6fb7710e46539fb9bf63131b45012bf86ef.tar.bz2 lua-59f8e6fb7710e46539fb9bf63131b45012bf86ef.zip |
details ("settable")
Diffstat (limited to 'lvm.h')
-rw-r--r-- | lvm.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.h,v 1.5 1998/07/12 16:16:43 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 1.6 1998/12/30 13:16:50 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 | */ |
@@ -22,7 +22,8 @@ int luaV_tonumber (TObject *obj); | |||
22 | int luaV_tostring (TObject *obj); | 22 | int luaV_tostring (TObject *obj); |
23 | void luaV_setn (Hash *t, int val); | 23 | void luaV_setn (Hash *t, int val); |
24 | void luaV_gettable (void); | 24 | void luaV_gettable (void); |
25 | void luaV_settable (TObject *t, int mode); | 25 | void luaV_settable (TObject *t, int deep); |
26 | void luaV_rawsettable (TObject *t); | ||
26 | void luaV_getglobal (TaggedString *ts); | 27 | void luaV_getglobal (TaggedString *ts); |
27 | void luaV_setglobal (TaggedString *ts); | 28 | void luaV_setglobal (TaggedString *ts); |
28 | StkId luaV_execute (Closure *cl, TProtoFunc *tf, StkId base); | 29 | StkId luaV_execute (Closure *cl, TProtoFunc *tf, StkId base); |