summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2008-11-10 08:00:40 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-11-12 10:37:46 +0000
commit9711599ee3b2375539002b6ddc0873ec478916bb (patch)
tree0e22f4b859b7e8d870441377be736909ca5a8960 /op.h
parent0c8767aeceb5f1c68d6318e2c8809e9913930642 (diff)
downloadperl-9711599ee3b2375539002b6ddc0873ec478916bb.tar.gz
Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal
Message-ID: <20081111000040.GB19329@tytlal.topaz.cx> p4raw-id: //depot/perl@34819
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/op.h b/op.h
index c1120f7137..6729f6edcb 100644
--- a/op.h
+++ b/op.h
@@ -137,6 +137,9 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_SMARTMATCH, an implicit smartmatch */
/* On OP_ANONHASH and OP_ANONLIST, create a
reference to the new anon hash or array */
+ /* On OP_HELEM and OP_HSLICE, localization will be followed
+ by assignment, so do not wipe the target if it is special
+ (e.g. a glob or a magic SV) */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST