diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 16:25:14 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 16:25:14 -0200 |
| commit | 5482992dec286ca800ffab539b0f81eddaa2665b (patch) | |
| tree | 77759747324cf65d22c9a10f81df3468ff724f36 /lua.h | |
| parent | 024528e0c2ce75ac28ebbbc1220d4ae4045d3adf (diff) | |
| download | lua-github-5482992dec286ca800ffab539b0f81eddaa2665b.tar.gz | |
other access method for C upvalues (as arguments)
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ /* -** $Id: lua.h,v 1.5 1997/11/26 18:53:45 roberto Exp roberto $ -** LUA - An Extensible Extension Language +** $Id: lua.h,v 1.6 1997/11/27 15:59:25 roberto Exp roberto $ +** Lua - An Extensible Extension Language ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil ** e-mail: lua@tecgraf.puc-rio.br */ @@ -75,7 +75,6 @@ void lua_endblock (void); lua_Object lua_lua2C (int number); #define lua_getparam(_) lua_lua2C(_) #define lua_getresult(_) lua_lua2C(_) -lua_Object lua_upvalue (int n); int lua_isnil (lua_Object object); int lua_istable (lua_Object object); |
