aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2015-09-11 15:01:10 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2015-09-11 15:01:10 -0300
commit8ac31b94b88227222b189c447aeea1b4131eed18 (patch)
tree8a913ad00c03d15cd2cb5bcedd10ddba65b01e3b /lpvm.h
parentce9f1486d1d11699e8099d13c6f65fabe372385d (diff)
downloadlpeglabel-8ac31b94b88227222b189c447aeea1b4131eed18.tar.gz
lpeglabel-8ac31b94b88227222b189c447aeea1b4131eed18.tar.bz2
lpeglabel-8ac31b94b88227222b189c447aeea1b4131eed18.zip
Result of an unsuccessful matching is label + subject
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