aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-27 13:59:25 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-27 13:59:25 -0200
commitef37c87e9333d825838d421e4652076b70c83a72 (patch)
tree2e42a23ae28870e731157feeee14d7808a8b34a6 /lua.h
parent9e029f98b9b4859aa30305a0c36e560a085c02a9 (diff)
downloadlua-ef37c87e9333d825838d421e4652076b70c83a72.tar.gz
lua-ef37c87e9333d825838d421e4652076b70c83a72.tar.bz2
lua-ef37c87e9333d825838d421e4652076b70c83a72.zip
no more 'globalbag'
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 23a30cbe..4549f927 100644
--- a/lua.h
+++ b/lua.h
@@ -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 */
117lua_Object lua_getref (int ref); 117lua_Object lua_getref (int ref);
118void lua_unref (int ref); 118void lua_unref (int ref);
119 119
120lua_Object lua_globalbag (void);
121
122lua_Object lua_createtable (void); 120lua_Object lua_createtable (void);
123 121
124long lua_collectgarbage (long limit); 122long lua_collectgarbage (long limit);