summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-19 21:58:08 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-20 20:17:18 -0800
commit05be69bb15d7a722ee6bca574d29b98314e34918 (patch)
tree02da8f9972e44ee4aaf3892f6ee7412d77a8c30c /op.h
parentfc4a4b82a8348ac1afd793edaf48f47af4fd7881 (diff)
downloadperl-05be69bb15d7a722ee6bca574d29b98314e34918.tar.gz
op.h: Note unstack use of OPf_SPECIAL
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 c660b31a33..e4fadf65b1 100644
--- a/op.h
+++ b/op.h
@@ -138,6 +138,7 @@ Deprecated. Use C<GIMME_V> instead.
*/
/* On OP_PADRANGE, push @_ */
/* On OP_DUMP, has no label */
+ /* On OP_UNSTACK, in a foreach loop */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST