diff options
-rw-r--r-- | ldo.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.h,v 2.14 2009/07/08 16:06:51 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 2.15 2009/07/15 17:26:14 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -34,7 +34,6 @@ LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults, | |||
34 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, | 34 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, |
35 | ptrdiff_t oldtop, ptrdiff_t ef); | 35 | ptrdiff_t oldtop, ptrdiff_t ef); |
36 | LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult); | 36 | LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult); |
37 | LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize); | ||
38 | LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize); | 37 | LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize); |
39 | LUAI_FUNC void luaD_growstack (lua_State *L, int n); | 38 | LUAI_FUNC void luaD_growstack (lua_State *L, int n); |
40 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); | 39 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); |