diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ typedef union Instruction { | |||
58 | #define utf_to(inst) (((inst)->i.key << 8) | (inst)->i.aux) | 58 | #define utf_to(inst) (((inst)->i.key << 8) | (inst)->i.aux) |
59 | 59 | ||
60 | 60 | ||
61 | void printpatt (Instruction *p, int n); | 61 | LUAI_FUNC void printpatt (Instruction *p, int n); |
62 | const char *match (lua_State *L, const char *o, const char *s, const char *e, | 62 | LUAI_FUNC const char *match (lua_State *L, const char *o, const char *s, const char *e, |
63 | Instruction *op, Capture *capture, int ptop, short *labelf, const char **sfail); /* labeled failure */ | 63 | Instruction *op, Capture *capture, int ptop, short *labelf, const char **sfail); /* labeled failure */ |
64 | 64 | ||
65 | #endif | 65 | #endif |