aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 10:09:27 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 10:09:27 -0300
commit5ff36d597a47830ea0e266cce253cfda2cf43348 (patch)
treefb141d517b569d2346a975e8172e3ddf25a33133 /lpvm.h
parent81f7263ac1274aa604c154a199c70a54909de6e0 (diff)
downloadlpeglabel-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpvm.h b/lpvm.h
index 3e006d3..4b4dda5 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -53,7 +53,7 @@ typedef union Instruction {
53 53
54void printpatt (Instruction *p, int n); 54void printpatt (Instruction *p, int n);
55const char *match (lua_State *L, const char *o, const char *s, const char *e, 55const 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