From ddd03c38a418c9f2ed204bf4fa68fd1d5feac11f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 30 May 2018 16:30:44 +0200 Subject: Update embedded Lua to 5.1.5 (#7387) --- lib/lua/src/lgc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/lua/src/lgc.c') diff --git a/lib/lua/src/lgc.c b/lib/lua/src/lgc.c index d9e0b7829..e909c79a9 100644 --- a/lib/lua/src/lgc.c +++ b/lib/lua/src/lgc.c @@ -1,5 +1,5 @@ /* -** $Id: lgc.c,v 2.38.1.1 2007/12/27 13:02:25 roberto Exp $ +** $Id: lgc.c,v 2.38.1.2 2011/03/18 18:05:38 roberto Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ @@ -627,7 +627,6 @@ void luaC_step (lua_State *L) { } } else { - lua_assert(g->totalbytes >= g->estimate); setthreshold(g); } } -- cgit v1.2.3