update lua 5.4.8 rc1

This commit is contained in:
Cloud Wu
2025-05-22 07:47:18 +08:00
parent 077d1fbd64
commit e0bc6fe2d6
10 changed files with 50 additions and 28 deletions

View File

@@ -60,6 +60,7 @@
/* type of protected functions, to be ran by 'runprotected' */
typedef void (*Pfunc) (lua_State *L, void *ud);
LUAI_FUNC l_noret luaD_errerr (lua_State *L);
LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop);
LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
const char *mode);