summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-23 14:11:53 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-23 14:11:53 -0400
commit75f41808ad351e4840f6481e7af20161ddd8a972 (patch)
treeb36a31865916e4cb5a9982799bc3743b96d8f8c7 /Keyword.xs
parentbff8a47c7872d34f41a22573dcf9cea0497c8ecc (diff)
downloadparse-keyword-75f41808ad351e4840f6481e7af20161ddd8a972.tar.gz
parse-keyword-75f41808ad351e4840f6481e7af20161ddd8a972.zip
actually, this isn't necessary either
and it causes issues in some cases that i can't reproduce here
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Keyword.xs b/Keyword.xs
index f811177..0cad122 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -38,7 +38,6 @@ static SV *parser_fn(OP *(fn)(pTHX_ U32), bool named)
if (errors) {
++PL_parser->error_count;
- sv_catsv(PL_errors, ERRSV);
return newSV(0);
}
else {