From 4c6dfc342b026a51bfe3e2d56b1032fb670a2577 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 17 Sep 2013 12:40:06 -0300 Subject: CallInfo lists shrinks together with their associated stacks --- lstate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index f886f3e3..e32f8b4f 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.95 2013/09/11 14:09:55 roberto Exp roberto $ +** $Id: lstate.h,v 2.96 2013/09/13 16:21:52 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -214,6 +214,7 @@ LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); LUAI_FUNC void luaE_freeCI (lua_State *L); +LUAI_FUNC void luaE_shrinkCI (lua_State *L); #endif -- cgit v1.2.3-55-g6feb