aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
commitfa075b79530af1cbc977349f2e467d69ce01202c (patch)
tree300e10cd086a9812331b954d46552dbf420b0a8a /ldo.h
parent08a077d673b25cf1fbfe21794f240f4ff4999667 (diff)
parent7923dbbf72da303ca1cca17efd24725668992f15 (diff)
downloadlua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.gz
lua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.bz2
lua-fa075b79530af1cbc977349f2e467d69ce01202c.zip
Merge branch 'master' into newarray
Diffstat (limited to '')
-rw-r--r--ldo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldo.h b/ldo.h
index 1aa446ad..56008ab3 100644
--- a/ldo.h
+++ b/ldo.h
@@ -71,7 +71,6 @@ LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func,
71LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); 71LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
72LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); 72LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
73LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); 73LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
74LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func);
75LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); 74LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
76LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, 75LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
77 ptrdiff_t oldtop, ptrdiff_t ef); 76 ptrdiff_t oldtop, ptrdiff_t ef);