diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2015-09-11 15:01:10 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2015-09-11 15:01:10 -0300 |
commit | 8ac31b94b88227222b189c447aeea1b4131eed18 (patch) | |
tree | 8a913ad00c03d15cd2cb5bcedd10ddba65b01e3b /lpvm.h | |
parent | ce9f1486d1d11699e8099d13c6f65fabe372385d (diff) | |
download | lpeglabel-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ typedef union Instruction { | |||
54 | 54 | ||
55 | void printpatt (Instruction *p, int n); | 55 | void printpatt (Instruction *p, int n); |
56 | const char *match (lua_State *L, const char *o, const char *s, const char *e, | 56 | const 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 |