summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-13 08:55:28 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-13 08:55:28 +0000
commitca48fea705cdd276964538988256b00e487bc483 (patch)
treeb3a3545d1a4848a8635020a8ffa5648653649b2b
parent6a6688c3248cc554873f9452385ea9db777811fb (diff)
downloadperl-ca48fea705cdd276964538988256b00e487bc483.tar.gz
[win32] merge missing part of change#663 from maint branch
p4raw-link: @663 on //depot/maint-5.004/perl: 36293e4078b5fb9c4b401b7a9b34e650b92ea79e p4raw-id: //depot/win32/perl@925
-rw-r--r--op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.c b/op.c
index 7459ae6d4f..73bd676cfa 100644
--- a/op.c
+++ b/op.c
@@ -1241,6 +1241,7 @@ mod(OP *o, I32 type)
else if (!type) {
o->op_private |= OPpLVAL_INTRO;
o->op_flags &= ~OPf_SPECIAL;
+ hints |= HINT_BLOCK_SCOPE;
}
else if (type != OP_GREPSTART && type != OP_ENTERSUB)
o->op_flags |= OPf_REF;