summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 21:14:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 21:14:22 +0000
commite4b7ebf3387ae98739a0f53e0f27fa7a6228338f (patch)
tree45a7b8a5f380fa06c8b5c0d8852f562fa78ef38a /proto.h
parent01f5bc1b1054964df4fcf07067d574b936dee120 (diff)
downloadperl-e4b7ebf3387ae98739a0f53e0f27fa7a6228338f.tar.gz
Make readline() default to *ARGV.
Plus MAD fixes. p4raw-id: //depot/perl@30750
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 0fc070e9c5..85aa8841a3 100644
--- a/proto.h
+++ b/proto.h
@@ -3159,6 +3159,10 @@ PERL_CALLCONV OP* Perl_ck_open(pTHX_ OP *o)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
+PERL_CALLCONV OP* Perl_ck_readline(pTHX_ OP *o)
+ __attribute__warn_unused_result__
+ __attribute__nonnull__(pTHX_1);
+
PERL_CALLCONV OP* Perl_ck_repeat(pTHX_ OP *o)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);