aboutsummaryrefslogtreecommitdiff
path: root/lpvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.c')
-rw-r--r--lpvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpvm.c b/lpvm.c
index 20bc545..5234e99 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -147,7 +147,7 @@ static int removedyncap (lua_State *L, Capture *capture,
147** Opcode interpreter 147** Opcode interpreter
148*/ 148*/
149const char *match (lua_State *L, const char *o, const char *s, const char *e, 149const char *match (lua_State *L, const char *o, const char *s, const char *e,
150 Instruction *op, Capture *capture, int ptop, byte *labelf, const char **sfail) { /* labeled failure */ 150 Instruction *op, Capture *capture, int ptop, short *labelf, const char **sfail) { /* labeled failure */
151 Stack stackbase[INITBACK]; 151 Stack stackbase[INITBACK];
152 Stack *stacklimit = stackbase + INITBACK; 152 Stack *stacklimit = stackbase + INITBACK;
153 Stack *stack = stackbase; /* point to first empty slot in stack */ 153 Stack *stack = stackbase; /* point to first empty slot in stack */