From 75f41808ad351e4840f6481e7af20161ddd8a972 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Jul 2013 14:11:53 -0400 Subject: actually, this isn't necessary either and it causes issues in some cases that i can't reproduce here --- Keyword.xs | 1 - 1 file changed, 1 deletion(-) (limited to 'Keyword.xs') 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 { -- cgit v1.2.3-54-g00ecf