diff options
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ | |||
60 | /* type of protected functions, to be ran by 'runprotected' */ | 60 | /* type of protected functions, to be ran by 'runprotected' */ |
61 | typedef void (*Pfunc) (lua_State *L, void *ud); | 61 | typedef void (*Pfunc) (lua_State *L, void *ud); |
62 | 62 | ||
63 | LUAI_FUNC l_noret luaD_errerr (lua_State *L); | ||
63 | LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop); | 64 | LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop); |
64 | LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, | 65 | LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, |
65 | const char *mode); | 66 | const char *mode); |