diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 13:59:25 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 13:59:25 -0200 |
commit | ef37c87e9333d825838d421e4652076b70c83a72 (patch) | |
tree | 2e42a23ae28870e731157feeee14d7808a8b34a6 /lua.h | |
parent | 9e029f98b9b4859aa30305a0c36e560a085c02a9 (diff) | |
download | lua-ef37c87e9333d825838d421e4652076b70c83a72.tar.gz lua-ef37c87e9333d825838d421e4652076b70c83a72.tar.bz2 lua-ef37c87e9333d825838d421e4652076b70c83a72.zip |
no more 'globalbag'
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.5 1997/11/26 18:53:45 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 |
@@ -117,8 +117,6 @@ int lua_ref (int lock); /* In: value */ | |||
117 | lua_Object lua_getref (int ref); | 117 | lua_Object lua_getref (int ref); |
118 | void lua_unref (int ref); | 118 | void lua_unref (int ref); |
119 | 119 | ||
120 | lua_Object lua_globalbag (void); | ||
121 | |||
122 | lua_Object lua_createtable (void); | 120 | lua_Object lua_createtable (void); |
123 | 121 | ||
124 | long lua_collectgarbage (long limit); | 122 | long lua_collectgarbage (long limit); |