aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index f886f3e3..e32f8b4f 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 2.95 2013/09/11 14:09:55 roberto Exp roberto $ 2** $Id: lstate.h,v 2.96 2013/09/13 16:21:52 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -214,6 +214,7 @@ LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
214LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); 214LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
215LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); 215LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
216LUAI_FUNC void luaE_freeCI (lua_State *L); 216LUAI_FUNC void luaE_freeCI (lua_State *L);
217LUAI_FUNC void luaE_shrinkCI (lua_State *L);
217 218
218 219
219#endif 220#endif