From 1cce3e6842fd76099b1973dabd8504566610f068 Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 14 Feb 2014 14:43:14 -0200
Subject: change in the way 'collectgarbage("step", size)' interprets 'size'
 (mimicking the way the GC itself behaves when Lua allocates 'size' Kbytes)

---
 lgc.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'lgc.h')

diff --git a/lgc.h b/lgc.h
index a9e497c7..0e24d2c3 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
 /*
-** $Id: lgc.h,v 2.78 2014/02/13 12:11:34 roberto Exp roberto $
+** $Id: lgc.h,v 2.79 2014/02/13 14:46:38 roberto Exp roberto $
 ** Garbage Collector
 ** See Copyright Notice in lua.h
 */
@@ -126,7 +126,6 @@
 LUAI_FUNC void luaC_fix (lua_State *L, GCObject *o);
 LUAI_FUNC void luaC_freeallobjects (lua_State *L);
 LUAI_FUNC void luaC_step (lua_State *L);
-LUAI_FUNC void luaC_forcestep (lua_State *L);
 LUAI_FUNC void luaC_runtilstate (lua_State *L, int statesmask);
 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
 LUAI_FUNC GCObject *luaC_newobj (lua_State *L, int tt, size_t sz);
-- 
cgit v1.2.3-55-g6feb