diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-19 21:58:08 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-20 20:17:18 -0800 |
commit | 05be69bb15d7a722ee6bca574d29b98314e34918 (patch) | |
tree | 02da8f9972e44ee4aaf3892f6ee7412d77a8c30c /op.h | |
parent | fc4a4b82a8348ac1afd793edaf48f47af4fd7881 (diff) | |
download | perl-05be69bb15d7a722ee6bca574d29b98314e34918.tar.gz |
op.h: Note unstack use of OPf_SPECIAL
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |