summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index f5bbf008..b6c99e57 100644
--- a/lua.h
+++ b/lua.h
@@ -2,7 +2,7 @@
2** LUA - An Extensible Extension Language 2** LUA - An Extensible Extension Language
3** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 3** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
4** e-mail: lua@tecgraf.puc-rio.br 4** e-mail: lua@tecgraf.puc-rio.br
5** $Id: lua.h,v 4.2 1997/04/04 22:24:51 roberto Exp roberto $ 5** $Id: lua.h,v 4.3 1997/04/15 16:52:20 roberto Exp roberto $
6*/ 6*/
7 7
8 8
@@ -84,6 +84,9 @@ void lua_unref (int ref);
84lua_Object lua_createtable (void); 84lua_Object lua_createtable (void);
85 85
86 86
87long lua_collectgarbage (long limit);
88
89
87/* =============================================================== */ 90/* =============================================================== */
88/* some useful macros */ 91/* some useful macros */
89 92