diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-03-11 10:59:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-03-11 10:59:50 -0300 |
commit | 99cc4b20f2c9e33600948fb0489c6d1d1c160518 (patch) | |
tree | f6d49f35b1417962c56c88def347dd6d796360ac /lvm.c | |
parent | 0969a971cd41921bd5ee72c1da880455bcca3bb4 (diff) | |
download | lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.gz lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.bz2 lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.zip |
details
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 1.24 1998/03/06 16:54:42 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 1.25 1998/03/09 21:49:52 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 | */ |
@@ -136,9 +136,9 @@ void luaV_gettable (void) | |||
136 | 136 | ||
137 | /* | 137 | /* |
138 | ** Function to store indexed based on values at the stack.top | 138 | ** Function to store indexed based on values at the stack.top |
139 | ** mode = 0: raw store (without internal methods) | 139 | ** mode = 0: raw store (without tag methods) |
140 | ** mode = 1: normal store (with internal methods) | 140 | ** mode = 1: normal store (with tag methods) |
141 | ** mode = 2: "deep L->stack.stack" store (with internal methods) | 141 | ** mode = 2: "deep L->stack.stack" store (with tag methods) |
142 | */ | 142 | */ |
143 | void luaV_settable (TObject *t, int mode) | 143 | void luaV_settable (TObject *t, int mode) |
144 | { | 144 | { |