diff options
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 |