This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4a4b8
)
op.h: Note unstack use of OPf_SPECIAL
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 20 Nov 2014 05:58:08 +0000
(21:58 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 21 Nov 2014 04:17:18 +0000
(20:17 -0800)
op.h
patch
|
blob
|
blame
|
history
diff --git
a/op.h
b/op.h
index
c660b31
..
e4fadf6
100644
(file)
--- 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