diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-22 16:13:12 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-22 16:13:12 -0300 |
commit | d5feffdb607e4376bcea32c3642131962aa6857f (patch) | |
tree | cb540b7352a2086156e5679a347ef1d72accce81 /lua.h | |
parent | bb5627f3a4c9c8bf25b836f07708067b1170dde5 (diff) | |
download | lua-d5feffdb607e4376bcea32c3642131962aa6857f.tar.gz lua-d5feffdb607e4376bcea32c3642131962aa6857f.tar.bz2 lua-d5feffdb607e4376bcea32c3642131962aa6857f.zip |
new function lua_nextvar
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.26 1999/01/26 15:31:17 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.27 1999/02/09 15:59:22 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
@@ -89,6 +89,7 @@ lua_Object lua_rawgettable (void); /* In: table, index */ | |||
89 | 89 | ||
90 | int lua_tag (lua_Object object); | 90 | int lua_tag (lua_Object object); |
91 | 91 | ||
92 | char *lua_nextvar (char *varname); /* Out: value */ | ||
92 | 93 | ||
93 | int lua_ref (int lock); /* In: value */ | 94 | int lua_ref (int lock); /* In: value */ |
94 | lua_Object lua_getref (int ref); | 95 | lua_Object lua_getref (int ref); |