summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-02-21 16:22:22 +0100
committerAbhijit Menon-Sen <ams@wiw.org>2002-02-21 14:02:12 +0000
commit7c6fadd6d30841458baf0284bcb3c3fb96d831c4 (patch)
tree2e444ce3126b3c4f86fd84de708dce513ab5e369 /op.h
parent52e4c28238dd5834ab1196c65b774cc4e074cf56 (diff)
downloadperl-7c6fadd6d30841458baf0284bcb3c3fb96d831c4.tar.gz
No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
Message-Id: <20020221152222.A15095@rafael> p4raw-id: //depot/perl@14811
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 1b5d8283cc..604eaa3b7e 100644
--- a/op.h
+++ b/op.h
@@ -104,6 +104,7 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_ENTERITER, loop var is per-thread */
/* On pushre, re is /\s+/ imp. by split " " */
/* On regcomp, "use re 'eval'" was in scope */
+ /* On OP_READLINE, was <$filehandle> */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST