This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN
authorNicholas Clark <nick@ccl4.org>
Fri, 3 May 2013 13:52:38 +0000 (15:52 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:19:42 +0000 (21:19 +0200)
commitf8e5a5db38586c726249f161f1fbb581d1738ca2
treed3a85220227025357230385e40a58c810df5b45d
parent5fa237154915dfcb787e0c5403e6260482a5fb3e
Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN

PERL_PACK_CAN_SHRIEKSIGN has been unconditionally defined for versions 5.9.x
and greater, and undefined for 5.8.x. As we are never going to need to
port changes back to maint-5.8 any more, eliminate all the 5.8.x related code
and the macro that supports it.
packsizetables.c
pp_pack.c
regen/genpacksizetables.pl