aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldo.h b/ldo.h
index 7f12ff85..f59c045d 100644
--- a/ldo.h
+++ b/ldo.h
@@ -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,
34LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, 34LUAI_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);
36LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult); 36LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
37LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize);
38LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize); 37LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
39LUAI_FUNC void luaD_growstack (lua_State *L, int n); 38LUAI_FUNC void luaD_growstack (lua_State *L, int n);
40LUAI_FUNC void luaD_shrinkstack (lua_State *L); 39LUAI_FUNC void luaD_shrinkstack (lua_State *L);