diff options
Diffstat (limited to 'lpvm.c')
-rw-r--r-- | lpvm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |