diff options
author | Vincent Pit <perl@profvince.com> | 2008-09-29 19:36:09 +0200 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-11-25 06:28:40 +0000 |
commit | e91684bfbb744fa7e8fdd1131386e3066e5e051b (patch) | |
tree | cd1d9a0d57870802834a2cdbdad6fa6650b79714 /op.h | |
parent | 74b7c41f0d2d50702adafc135b0d95ee7dd3b77f (diff) | |
download | perl-e91684bfbb744fa7e8fdd1131386e3066e5e051b.tar.gz |
[perl #38809] return do { } : take 3 (or 4...)
Message-ID: <48E0F5E9.4050805@profvince.com>
p4raw-id: //depot/perl@34907
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ 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_ENTER, store caller context */ /* 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) */ |