aboutsummaryrefslogtreecommitdiff
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 bd8bdadc..a6901076 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ 2** $Id: lgc.h,v 2.2 2003/12/12 18:29:34 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*/
@@ -81,7 +81,7 @@
81 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) \ 81 { if (iswhite(obj2gco(o)) && isblack(obj2gco(p))) \
82 luaC_barrierf(L,obj2gco(p),obj2gco(o)); } 82 luaC_barrierf(L,obj2gco(p),obj2gco(o)); }
83 83
84size_t luaC_separateudata (lua_State *L); 84size_t luaC_separateudata (lua_State *L, int all);
85void luaC_callGCTM (lua_State *L); 85void luaC_callGCTM (lua_State *L);
86void luaC_sweepall (lua_State *L); 86void luaC_sweepall (lua_State *L);
87void luaC_step (lua_State *L); 87void luaC_step (lua_State *L);