From d83386fa7d5c45c685aebc0edb0d42d3783a39e1 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 30 Mar 2007 10:50:10 +0000 Subject: Remove the restriction that op_custom has to be the last op. This allows more ops to be added during the life of a stable release. p4raw-id: //depot/perl@30782 --- opcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'opcode.h') diff --git a/opcode.h b/opcode.h index 00dde1a6c3..42b6e56d08 100644 --- a/opcode.h +++ b/opcode.h @@ -1143,6 +1143,7 @@ EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */ MEMBER_TO_FPTR(Perl_pp_continue), MEMBER_TO_FPTR(Perl_pp_smartmatch), MEMBER_TO_FPTR(Perl_pp_print), /* Perl_pp_say */ + MEMBER_TO_FPTR(Perl_unimplemented_op), /* Perl_pp_custom */ } #endif #ifdef PERL_PPADDR_INITED -- cgit v1.2.1