From a5a4b257e626847be3be4878c603adb51cbb420f Mon Sep 17 00:00:00 2001 From: Sergio Medeiros Date: Thu, 13 Nov 2014 16:54:52 -0300 Subject: 'match' function now returns the 'nil' plus a list of labels --- lpvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lpvm.h') 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 { int getposition (lua_State *L, int t, int i); void printpatt (Instruction *p, int n); const char *match (lua_State *L, const char *o, const char *s, const char *e, - Instruction *op, Capture *capture, int ptop); + Instruction *op, Capture *capture, int ptop, Labelset *labelf); int verify (lua_State *L, Instruction *op, const Instruction *p, Instruction *e, int postable, int rule); void checkrule (lua_State *L, Instruction *op, int from, int to, -- cgit v1.2.3-55-g6feb