aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.h')
-rw-r--r--lpvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpvm.h b/lpvm.h
index 19f4108..a056701 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -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
61void printpatt (Instruction *p, int n); 61LUAI_FUNC void printpatt (Instruction *p, int n);
62const char *match (lua_State *L, const char *o, const char *s, const char *e, 62LUAI_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