aboutsummaryrefslogtreecommitdiff
path: root/lpvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.c')
-rw-r--r--lpvm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lpvm.c b/lpvm.c
index f56f1d5..1eb7944 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -351,10 +351,6 @@ const char *match (lua_State *L, const char *o, const char *s, const char *e,
351 while (!(stack-1)->predchoice) { 351 while (!(stack-1)->predchoice) {
352 --stack; 352 --stack;
353 } 353 }
354 /*if ((stack-1)->labenv == ANDPRED) {
355 printf("ANDPRED: stack - 1\n");
356 stack--;
357 }*/
358 *labelf = LFAIL; 354 *labelf = LFAIL;
359 } 355 }
360 goto fail; 356 goto fail;