summaryrefslogtreecommitdiff
path: root/lua/lgc.h
diff options
context:
space:
mode:
authorniemeyer <devnull@localhost>2004-03-19 21:14:32 +0000
committerniemeyer <devnull@localhost>2004-03-19 21:14:32 +0000
commitfa111e33baa1443d7d84b0872234e60f46ab948f (patch)
treef362091fc9585e9700ed80a23424ff4af690890b /lua/lgc.h
parent635edd95230e17e8ada5793719d7e385e729df30 (diff)
downloadrpm-fa111e33baa1443d7d84b0872234e60f46ab948f.tar.gz
rpm-fa111e33baa1443d7d84b0872234e60f46ab948f.tar.bz2
rpm-fa111e33baa1443d7d84b0872234e60f46ab948f.zip
Upgrading to Lua 5.0.2.
CVS patchset: 7179 CVS date: 2004/03/19 21:14:32
Diffstat (limited to 'lua/lgc.h')
-rw-r--r--lua/lgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lgc.h b/lua/lgc.h
index a8eb3b813..36fd877cb 100644
--- a/lua/lgc.h
+++ b/lua/lgc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lgc.h,v 1.1 2004/03/16 21:58:30 niemeyer Exp $
+** $Id: lgc.h,v 1.2 2004/03/19 21:14:32 niemeyer Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
@@ -15,7 +15,7 @@
if (G(L)->nblocks >= G(L)->GCthreshold) luaC_collectgarbage(L); }
-void luaC_separateudata (lua_State *L);
+size_t luaC_separateudata (lua_State *L);
void luaC_callGCTM (lua_State *L);
void luaC_sweep (lua_State *L, int all);
void luaC_collectgarbage (lua_State *L);