projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6a6688c
)
[win32] merge missing part of change#663 from maint branch
Gurusamy Sarathy [Wed, 13 May 1998 08:55:28 +0000 (08:55 +0000)]
p4raw-link: @663 on //depot/maint-5.004/perl:
36293e4078b5fb9c4b401b7a9b34e650b92ea79e
p4raw-id: //depot/win32/perl@925
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
7459ae6
..
73bd676
100644
(file)
--- 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;