summaryrefslogtreecommitdiff
path: root/opcode.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 /opcode.h
parent01f5bc1b1054964df4fcf07067d574b936dee120 (diff)
downloadperl-e4b7ebf3387ae98739a0f53e0f27fa7a6228338f.tar.gz
Make readline() default to *ARGV.
Plus MAD fixes. p4raw-id: //depot/perl@30750
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 7acce1968b..00dde1a6c3 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1187,7 +1187,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */
MEMBER_TO_FPTR(Perl_ck_fun), /* bless */
MEMBER_TO_FPTR(Perl_ck_open), /* backtick */
MEMBER_TO_FPTR(Perl_ck_glob), /* glob */
- MEMBER_TO_FPTR(Perl_ck_null), /* readline */
+ MEMBER_TO_FPTR(Perl_ck_readline), /* readline */
MEMBER_TO_FPTR(Perl_ck_null), /* rcatline */
MEMBER_TO_FPTR(Perl_ck_fun), /* regcmaybe */
MEMBER_TO_FPTR(Perl_ck_fun), /* regcreset */