summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2008-09-29 19:36:09 +0200
committerSteve Peters <steve@fisharerojo.org>2008-11-25 06:28:40 +0000
commite91684bfbb744fa7e8fdd1131386e3066e5e051b (patch)
treecd1d9a0d57870802834a2cdbdad6fa6650b79714 /op.h
parent74b7c41f0d2d50702adafc135b0d95ee7dd3b77f (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 6729f6edcb..a90be0a5e9 100644
--- a/op.h
+++ b/op.h
@@ -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) */