diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-30 10:50:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-30 10:50:10 +0000 |
commit | d83386fa7d5c45c685aebc0edb0d42d3783a39e1 (patch) | |
tree | bccdb28c77f7f886630d95add38ee6bd1baccc89 /opcode.h | |
parent | f0720f70fca1466afb0baffc79f6af7a9e80f428 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |