projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d8ec8
)
Eek! I left some debug code in arybase.xs
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 22 Dec 2011 17:55:28 +0000
(09:55 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 22 Dec 2011 21:31:24 +0000
(13:31 -0800)
ext/arybase/arybase.xs
patch
|
blob
|
history
diff --git
a/ext/arybase/arybase.xs
b/ext/arybase/arybase.xs
index
936e29a
..
cbc0741
100644
(file)
--- a/
ext/arybase/arybase.xs
+++ b/
ext/arybase/arybase.xs
@@
-437,7
+437,6
@@
STORE(SV *sv, IV newbase)
CODE:
if (FEATURE_IS_ENABLED_d("$[")) {
SV *base = cop_hints_fetch_pvs(PL_curcop, "$[", 0);
- Perl_sv_dump(aTHX_ cop_hints_fetch_pvs(PL_curcop, "feature_no$[",0));
if (SvOK(base) ? SvIV(base) == newbase : !newbase) XSRETURN_EMPTY;
Perl_croak(aTHX_ "That use of $[ is unsupported");
}