diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-13 08:55:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-13 08:55:28 +0000 |
commit | ca48fea705cdd276964538988256b00e487bc483 (patch) | |
tree | b3a3545d1a4848a8635020a8ffa5648653649b2b | |
parent | 6a6688c3248cc554873f9452385ea9db777811fb (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |