diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ typedef union Instruction { | |||
55 | int getposition (lua_State *L, int t, int i); | 55 | int getposition (lua_State *L, int t, int i); |
56 | void printpatt (Instruction *p, int n); | 56 | void printpatt (Instruction *p, int n); |
57 | const char *match (lua_State *L, const char *o, const char *s, const char *e, | 57 | const 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); |
59 | int verify (lua_State *L, Instruction *op, const Instruction *p, | 59 | int verify (lua_State *L, Instruction *op, const Instruction *p, |
60 | Instruction *e, int postable, int rule); | 60 | Instruction *e, int postable, int rule); |
61 | void checkrule (lua_State *L, Instruction *op, int from, int to, | 61 | void checkrule (lua_State *L, Instruction *op, int from, int to, |