summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2019-11-02 22:08:48 +0100
committerNicholas Clark <nick@ccl4.org>2019-11-02 22:08:48 +0100
commit16536ca15a88b421f73a11f49289c74192a13962 (patch)
tree8bc872620d386c0ad2cb10692e9e793a9786a3ba /op.h
parenta592016023e207677577097fb5a33602deb6379c (diff)
downloadperl-16536ca15a88b421f73a11f49289c74192a13962.tar.gz
On OP_READLINE, OPf_SPECIAL is set for <<>>, clear for <>.
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 e1ade4fc92..008016b3ce 100644
--- a/op.h
+++ b/op.h
@@ -146,6 +146,7 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_PADRANGE, push @_ */
/* On OP_DUMP, has no label */
/* On OP_UNSTACK, in a C-style for loop */
+ /* On OP_READLINE, it's for <<>>, not <> */
/* There is no room in op_flags for this one, so it has its own bit-
field member (op_folded) instead. The flag is only used to tell
op_convert_list to set op_folded. */