diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-07-01 10:09:27 -0300 |
commit | 5ff36d597a47830ea0e266cce253cfda2cf43348 (patch) | |
tree | fb141d517b569d2346a975e8172e3ddf25a33133 /lpvm.h | |
parent | 81f7263ac1274aa604c154a199c70a54909de6e0 (diff) | |
download | lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.gz lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.tar.bz2 lpeglabel-5ff36d597a47830ea0e266cce253cfda2cf43348.zip |
Updating code given that lpeglabel.T only throws one label
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ typedef union Instruction { | |||
53 | 53 | ||
54 | void printpatt (Instruction *p, int n); | 54 | void printpatt (Instruction *p, int n); |
55 | const char *match (lua_State *L, const char *o, const char *s, const char *e, | 55 | const char *match (lua_State *L, const char *o, const char *s, const char *e, |
56 | Instruction *op, Capture *capture, int ptop, Labelset *labelf, const char **sfail); /* labeled failure */ | 56 | Instruction *op, Capture *capture, int ptop, byte *labelf, const char **sfail); /* labeled failure */ |
57 | 57 | ||
58 | 58 | ||
59 | #endif | 59 | #endif |