From 290ff4a6149015b80a195b1c1b2a80fe3293c1e2 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Tue, 18 Sep 2001 18:44:59 +0000 Subject: OP_RCATLINE is an SVOP, not a BASEOP. p4raw-id: //depot/perl@12072 --- opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcode.h') 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 */ -- cgit v1.2.1