From 16536ca15a88b421f73a11f49289c74192a13962 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 2 Nov 2019 22:08:48 +0100 Subject: [PATCH] On OP_READLINE, OPf_SPECIAL is set for <<>>, clear for <>. --- op.h | 1 + 1 file changed, 1 insertion(+) diff --git a/op.h b/op.h index e1ade4f..008016b 100644 --- a/op.h +++ b/op.h @@ -146,6 +146,7 @@ Deprecated. Use C 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. */ -- 1.8.3.1