diff options
Diffstat (limited to 'ldo.h')
| -rw-r--r-- | ldo.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -88,7 +88,6 @@ LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres); | |||
| 88 | LUAI_FUNC int luaD_reallocstack (lua_State *L, int newsize, int raiseerror); | 88 | LUAI_FUNC int luaD_reallocstack (lua_State *L, int newsize, int raiseerror); |
| 89 | LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror); | 89 | LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror); |
| 90 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); | 90 | LUAI_FUNC void luaD_shrinkstack (lua_State *L); |
| 91 | LUAI_FUNC void luaD_inctop (lua_State *L); | ||
| 92 | LUAI_FUNC int luaD_checkminstack (lua_State *L); | 91 | LUAI_FUNC int luaD_checkminstack (lua_State *L); |
| 93 | LUAI_FUNC void luaD_anchorobj (lua_State *L, Table *anchor, GCObject *obj); | 92 | LUAI_FUNC void luaD_anchorobj (lua_State *L, Table *anchor, GCObject *obj); |
| 94 | 93 | ||
