aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lgc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index 82f19b76..7268e4c2 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.9 2001/02/02 16:23:20 roberto Exp roberto $ 2** $Id: lgc.h,v 1.10 2001/06/05 19:27:32 roberto Exp roberto $
3** Garbage Collector 3** Garbage Collector
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -15,6 +15,8 @@
15 luaC_collectgarbage(L) 15 luaC_collectgarbage(L)
16 16
17 17
18void luaC_collectudata (lua_State *L);
19void luaC_callgcTMudata (lua_State *L);
18void luaC_collect (lua_State *L, int all); 20void luaC_collect (lua_State *L, int all);
19void luaC_collectgarbage (lua_State *L); 21void luaC_collectgarbage (lua_State *L);
20 22