no more 'globalbag'

This commit is contained in:
Roberto Ierusalimschy
1997-11-27 13:59:25 -02:00
parent 9e029f98b9
commit ef37c87e93
5 changed files with 5 additions and 17 deletions

4
lua.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lua.h,v 1.4 1997/11/19 17:29:23 roberto Exp roberto $
** $Id: lua.h,v 1.5 1997/11/26 18:53:45 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
@@ -117,8 +117,6 @@ int lua_ref (int lock); /* In: value */
lua_Object lua_getref (int ref);
void lua_unref (int ref);
lua_Object lua_globalbag (void);
lua_Object lua_createtable (void);
long lua_collectgarbage (long limit);