diff options
Diffstat (limited to 'ldo.h')
| -rw-r--r-- | ldo.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -80,6 +80,7 @@ LUAI_FUNC int luaD_reallocstack (lua_State *L, int newsize, int raiseerror); | |||
| 80 | LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror); | 80 | LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror); |
| 81 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); | 81 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); |
| 82 | LUAI_FUNC void luaD_inctop (lua_State *L); | 82 | LUAI_FUNC void luaD_inctop (lua_State *L); |
| 83 | LUAI_FUNC int luaD_checkminstack (lua_State *L); | ||
| 83 | 84 | ||
| 84 | LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode); | 85 | LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode); |
| 85 | LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud); | 86 | LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud); |
