diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2026-06-03 11:58:39 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2026-06-03 11:58:39 -0300 |
| commit | 40b76de2d77e66b70a9d4bf989c3f5340919973f (patch) | |
| tree | 8fa480c3e0e68d115d24481d1684ee05cce3005b | |
| parent | 0465c23b3ee214ea3a117ab9d69a83cf85e7a82f (diff) | |
| download | lua-40b76de2d77e66b70a9d4bf989c3f5340919973f.tar.gz lua-40b76de2d77e66b70a9d4bf989c3f5340919973f.tar.bz2 lua-40b76de2d77e66b70a9d4bf989c3f5340919973f.zip | |
Commit 3228a97 removed all its uses.
| -rw-r--r-- | ldo.c | 6 | ||||
| -rw-r--r-- | ldo.h | 1 |
2 files changed, 0 insertions, 7 deletions
| @@ -430,12 +430,6 @@ void luaD_shrinkstack (lua_State *L) { | |||
| 430 | luaE_shrinkCI(L); /* shrink CI list */ | 430 | luaE_shrinkCI(L); /* shrink CI list */ |
| 431 | } | 431 | } |
| 432 | 432 | ||
| 433 | |||
| 434 | void luaD_inctop (lua_State *L) { | ||
| 435 | L->top.p++; | ||
| 436 | luaD_checkstack(L, 1); | ||
| 437 | } | ||
| 438 | |||
| 439 | /* }================================================================== */ | 433 | /* }================================================================== */ |
| 440 | 434 | ||
| 441 | 435 | ||
| @@ -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 | ||
