aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
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 a56da32..81a6678 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, byte *labelf, const char **sfail); /* labeled failure */ 56 Instruction *op, Capture *capture, int ptop, short *labelf, const char **sfail); /* labeled failure */
57 57
58 58
59#endif 59#endif