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 8024b45..bb485af 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -55,7 +55,7 @@ typedef union Instruction {
55int getposition (lua_State *L, int t, int i); 55int getposition (lua_State *L, int t, int i);
56void printpatt (Instruction *p, int n); 56void printpatt (Instruction *p, int n);
57const char *match (lua_State *L, const char *o, const char *s, const char *e, 57const char *match (lua_State *L, const char *o, const char *s, const char *e,
58 Instruction *op, Capture *capture, int ptop); 58 Instruction *op, Capture *capture, int ptop, Labelset *labelf);
59int verify (lua_State *L, Instruction *op, const Instruction *p, 59int verify (lua_State *L, Instruction *op, const Instruction *p,
60 Instruction *e, int postable, int rule); 60 Instruction *e, int postable, int rule);
61void checkrule (lua_State *L, Instruction *op, int from, int to, 61void checkrule (lua_State *L, Instruction *op, int from, int to,