summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-09-18 18:44:59 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-18 18:44:59 +0000
commit5fc9b9e43b504ca2ede985ab5c95511c26b3e9ed (patch)
treefefee72b9fad350db4817ad80d5d4b7079f691f1 /opcode.pl
parent6facdfffe71025525d0728c47e940e0df82f9b65 (diff)
downloadperl-5fc9b9e43b504ca2ede985ab5c95511c26b3e9ed.tar.gz
OP_RCATLINE is an SVOP, not a BASEOP.
p4raw-id: //depot/perl@12072
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 297a32b5be..28630a5511 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -451,7 +451,7 @@ backtick quoted execution (``, qx) ck_open t%
# glob defaults its first arg to $_
glob glob ck_glob t@ S?
readline <HANDLE> ck_null t% F?
-rcatline append I/O operator ck_null t%
+rcatline append I/O operator ck_null t$
# Bindable operators.