summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-03-30 10:50:10 +0000
committerNicholas Clark <nick@ccl4.org>2007-03-30 10:50:10 +0000
commitd83386fa7d5c45c685aebc0edb0d42d3783a39e1 (patch)
treebccdb28c77f7f886630d95add38ee6bd1baccc89 /opcode.h
parentf0720f70fca1466afb0baffc79f6af7a9e80f428 (diff)
downloadperl-d83386fa7d5c45c685aebc0edb0d42d3783a39e1.tar.gz
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
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h1
1 files changed, 1 insertions, 0 deletions
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