summaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-06-21 13:41:34 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-06-21 13:41:34 -0300
commit777061e441ecbb9e3522aa5c88d9204decc9ff81 (patch)
treef974a57d8377be76b645de07f4c847dd6d15eaaf /lgc.h
parentfccadba4b54f8e13c8b9cfc97307f53931496936 (diff)
downloadlua-github-777061e441ecbb9e3522aa5c88d9204decc9ff81.tar.gz
resurect userdata before calling its GC tag method
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lgc.h b/lgc.h
index 7268e4c2..7e1e5478 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lgc.h,v 1.10 2001/06/05 19:27:32 roberto Exp roberto $
+** $Id: lgc.h,v 1.11 2001/06/12 18:43:13 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
@@ -15,8 +15,7 @@
luaC_collectgarbage(L)
-void luaC_collectudata (lua_State *L);
-void luaC_callgcTMudata (lua_State *L);
+void luaC_callallgcTM (lua_State *L);
void luaC_collect (lua_State *L, int all);
void luaC_collectgarbage (lua_State *L);