diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
| commit | ab6a94952215b1f66436d8eeebded1dad9fa5409 (patch) | |
| tree | ba66254537defc76602ce351d962b899ddfe1b29 /ldo.h | |
| parent | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff) | |
| parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
| download | lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2 lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip | |
Merge branch 'master' into nextversion
Diffstat (limited to 'ldo.h')
| -rw-r--r-- | ldo.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -59,7 +59,6 @@ LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, | |||
| 59 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); | 59 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); |
| 60 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); | 60 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); |
| 61 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); | 61 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); |
| 62 | LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func); | ||
| 63 | LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); | 62 | LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); |
| 64 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, | 63 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, |
| 65 | ptrdiff_t oldtop, ptrdiff_t ef); | 64 | ptrdiff_t oldtop, ptrdiff_t ef); |
