summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-22 17:57:26 +0000
committerZefram <zefram@fysh.org>2017-11-22 18:02:00 +0000
commitab179ac766f9eda4c7f539d09c43b02b45938b5c (patch)
treebdb6ba14ff905f0de54dc644a39b41e8ed03b945 /op.h
parent8a0ed425bf56098485707c69bba62ee2404bef3f (diff)
downloadperl-ab179ac766f9eda4c7f539d09c43b02b45938b5c.tar.gz
drop op flag for implicit smartmatch
OPf_SPECIAL on a smartmatch op used to indicate that it was an implicit smartmatch in a "when" construct. "when" no longer implies smartmatch, so drop the comment about this flag and the special handling in B::Deparse.
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.h b/op.h
index eb62c946fc..b954dcbd64 100644
--- a/op.h
+++ b/op.h
@@ -131,7 +131,6 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_REQUIRE, was seen as CORE::require */
/* On OP_(ENTER|LEAVE)WHEN, there's
no condition */
- /* On OP_SMARTMATCH, an implicit smartmatch */
/* On OP_ANONHASH and OP_ANONLIST, create a
reference to the new anon hash or array */
/* On OP_HELEM, OP_MULTIDEREF and OP_HSLICE,