summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2014-07-24 13:26:10 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2014-07-24 13:26:10 +0200
commit4ba3adde25c4edf2e470f13677632b6d2f9e2fcd (patch)
tree8b3f2870019761d3fd6f046357c1a87cd13773bb /op.h
parentd62b8c6ab04885d004d4a52686f68518d49a3604 (diff)
downloadperl-4ba3adde25c4edf2e470f13677632b6d2f9e2fcd.tar.gz
Remove flagging OP_READLINE with OPf_SPECIAL
This was used to distinguish forms <FILE> from <$file>, but doesn't seem to be used anymore by anything.
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 9f94caf875..c76f37d74a 100644
--- a/op.h
+++ b/op.h
@@ -114,7 +114,6 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */
/* On pushre, rx is used as part of split, e.g. split " " */
/* On regcomp, "use re 'eval'" was in scope */
- /* On OP_READLINE, was <$filehandle> */
/* On RV2[ACGHS]V, don't create GV--in
defined()*/
/* On OP_DBSTATE, indicates breakpoint