summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 0e287e1202..871982ca04 100644
--- a/op.c
+++ b/op.c
@@ -7056,7 +7056,7 @@ Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
else {
/* redundant check that avoids creating the extra SV
most of the time: */
- if (const_sv || ckWARN(WARN_REDEFINE)) {
+ if (CvCONST(cv) || ckWARN(WARN_REDEFINE)) {
const line_t oldline = CopLINE(PL_curcop);
SV *noamp = sv_2mortal(newSVpvn_utf8(
PadnamePV(name)+1,PadnameLEN(name)-1,