aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.h')
-rw-r--r--lpvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpvm.h b/lpvm.h
index c996e22..cec9f5a 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -54,7 +54,7 @@ typedef union Instruction {
54 54
55void printpatt (Instruction *p, int n); 55void printpatt (Instruction *p, int n);
56const char *match (lua_State *L, const char *o, const char *s, const char *e, 56const char *match (lua_State *L, const char *o, const char *s, const char *e,
57 Instruction *op, Capture *capture, int ptop, Labelset *labelf); /* labeled failure */ 57 Instruction *op, Capture *capture, int ptop, Labelset *labelf, const char **sfail); /* labeled failure */
58 58
59 59
60#endif 60#endif