From 59f8e6fb7710e46539fb9bf63131b45012bf86ef Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Dec 1998 15:26:49 -0200 Subject: details ("settable") --- lvm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lvm.h') diff --git a/lvm.h b/lvm.h index 7c9b5a8c..ee962945 100644 --- a/lvm.h +++ b/lvm.h @@ -1,5 +1,5 @@ /* -** $Id: lvm.h,v 1.5 1998/07/12 16:16:43 roberto Exp roberto $ +** $Id: lvm.h,v 1.6 1998/12/30 13:16:50 roberto Exp roberto $ ** Lua virtual machine ** See Copyright Notice in lua.h */ @@ -22,7 +22,8 @@ int luaV_tonumber (TObject *obj); int luaV_tostring (TObject *obj); void luaV_setn (Hash *t, int val); void luaV_gettable (void); -void luaV_settable (TObject *t, int mode); +void luaV_settable (TObject *t, int deep); +void luaV_rawsettable (TObject *t); void luaV_getglobal (TaggedString *ts); void luaV_setglobal (TaggedString *ts); StkId luaV_execute (Closure *cl, TProtoFunc *tf, StkId base); -- cgit v1.2.3-55-g6feb