summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 01:56:39 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 01:56:39 -0400
commitadddde6006f8e3b9c330361f0f1734b3f6072d01 (patch)
tree5edbbac7a64358491c94036f652f08da57de0166
parent67c8210a47e4bd4e5dfb607afc38272b81ca7e7a (diff)
downloadparse-keyword-adddde6006f8e3b9c330361f0f1734b3f6072d01.tar.gz
parse-keyword-adddde6006f8e3b9c330361f0f1734b3f6072d01.zip
actually, it's not necessary here
-rw-r--r--Keyword.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 403d38b..a1de202 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -119,7 +119,6 @@ ensure_linestr_len(len)
SV*
linestr()
CODE:
- PL_curcop = &PL_compiling;
RETVAL = newSVpvn(PL_parser->bufptr, PL_parser->bufend - PL_parser->bufptr);
OUTPUT:
RETVAL