summaryrefslogtreecommitdiff
path: root/opcode.h
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.h
parent6facdfffe71025525d0728c47e940e0df82f9b65 (diff)
downloadperl-5fc9b9e43b504ca2ede985ab5c95511c26b3e9ed.tar.gz
OP_RCATLINE is an SVOP, not a BASEOP.
p4raw-id: //depot/perl@12072
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 f9dd890f3d..7b908656e7 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1488,7 +1488,7 @@ EXT U32 PL_opargs[] = {
0x00001608, /* backtick */
0x00012808, /* glob */
0x0001d608, /* readline */
- 0x00001608, /* rcatline */
+ 0x00000c08, /* rcatline */
0x00002204, /* regcmaybe */
0x00002204, /* regcreset */
0x00002604, /* regcomp */