diff options
author | Chip Salzenberg <chip@pobox.com> | 2008-11-10 08:00:40 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-11-12 10:37:46 +0000 |
commit | 9711599ee3b2375539002b6ddc0873ec478916bb (patch) | |
tree | 0e22f4b859b7e8d870441377be736909ca5a8960 /op.h | |
parent | 0c8767aeceb5f1c68d6318e2c8809e9913930642 (diff) | |
download | perl-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |