This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace the 3 currently "unreachable" ops with a single op body
authorNicholas Clark <nick@ccl4.org>
Mon, 31 Oct 2005 18:34:59 +0000 (18:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 31 Oct 2005 18:34:59 +0000 (18:34 +0000)
commit65bca31a689e744d19bc76458567e5ae895ca3dd
treeb5169e63a1f207d980ba8fa5cc0bd20a23f53b56
parent836ede62bb86a610a76a79ff480e4916d1c82de1
Replace the 3 currently "unreachable" ops with a single op body
unimplemented_op() that panics descriptively if ever reached.

p4raw-id: //depot/perl@25937
opcode.h
opcode.pl
pod/perldiag.pod
pp.c