summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-13 21:39:02 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-13 21:57:14 -0800
commitdeb92a6c7df48174191d70b6ebc239f7136a998d (patch)
tree2aae3e94f2a23508f3ec2211f6e1409ffd69ab86 /op.h
parent04c7652967caab9f2372fa93c9651b88c6d35383 (diff)
downloadperl-deb92a6c7df48174191d70b6ebc239f7136a998d.tar.gz
op.h: Note chdir’s 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 1eb323276b..4bc44de521 100644
--- a/op.h
+++ b/op.h
@@ -109,6 +109,7 @@ Deprecated. Use C<GIMME_V> instead.
/* On control verbs, we saw no label */
/* On flipflop, we saw ... instead of .. */
/* On UNOPs, saw bare parens, e.g. eof(). */
+ /* On OP_CHDIR, handle (or bare parens) */
/* On OP_NULL, saw a "do". */
/* On OP_EXISTS, treat av as av, not avhv. */
/* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */