summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 22:44:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 22:44:43 -0400
commit0cdc63eb4e5b7357b40ee7b43b1299208c375e10 (patch)
tree6a7831dc2c25726e57a8a4e0c9b5a64cdebc3572
parent406b7db0d24035d0f51ba243192d4906660ff148 (diff)
downloadparse-keyword-0cdc63eb4e5b7357b40ee7b43b1299208c375e10.tar.gz
parse-keyword-0cdc63eb4e5b7357b40ee7b43b1299208c375e10.zip
don't think i need to do this
-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;
}
}