This commit is contained in:
Roberto Ierusalimschy
2002-08-16 17:00:28 -03:00
parent da19c436cc
commit ecc7769de2
3 changed files with 28 additions and 28 deletions

4
lgc.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lgc.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $
** $Id: lgc.h,v 1.14 2001/12/10 22:11:23 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
@@ -16,7 +16,7 @@
void luaC_callallgcTM (lua_State *L);
void luaC_collect (lua_State *L, int all);
void luaC_sweep (lua_State *L, int all);
void luaC_collectgarbage (lua_State *L);