diff options
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ | |||
50 | /* type of protected functions, to be ran by 'runprotected' */ | 50 | /* type of protected functions, to be ran by 'runprotected' */ |
51 | typedef void (*Pfunc) (lua_State *L, void *ud); | 51 | typedef void (*Pfunc) (lua_State *L, void *ud); |
52 | 52 | ||
53 | LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop); | ||
53 | LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, | 54 | LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, |
54 | const char *mode); | 55 | const char *mode); |
55 | LUAI_FUNC void luaD_hook (lua_State *L, int event, int line, | 56 | LUAI_FUNC void luaD_hook (lua_State *L, int event, int line, |