summaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index 272e7584..c4a153e2 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.15 2002/08/16 20:00:28 roberto Exp roberto $ 2** $Id: lgc.h,v 1.16 2002/08/30 19:09:21 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*/
@@ -18,7 +18,7 @@
18void luaC_callallgcTM (lua_State *L); 18void luaC_callallgcTM (lua_State *L);
19void luaC_sweep (lua_State *L, int all); 19void luaC_sweep (lua_State *L, int all);
20void luaC_collectgarbage (lua_State *L); 20void luaC_collectgarbage (lua_State *L);
21void luaC_link (lua_State *L, GCObject *o, int tt); 21void luaC_link (lua_State *L, GCObject *o, lu_byte tt);
22 22
23 23
24#endif 24#endif