summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Keyword.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 8131436..ba99b4a 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -96,7 +96,7 @@ lex_peek(len = 1)
CODE:
PL_curcop = &PL_compiling;
while (PL_parser->bufend - PL_parser->bufptr < len) {
- if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) {
+ if (!lex_next_chunk(0)) {
break;
}
}