diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-03 15:52:38 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:19:42 +0200 |
commit | f8e5a5db38586c726249f161f1fbb581d1738ca2 (patch) | |
tree | d3a85220227025357230385e40a58c810df5b45d /regen/genpacksizetables.pl | |
parent | 5fa237154915dfcb787e0c5403e6260482a5fb3e (diff) | |
download | perl-f8e5a5db38586c726249f161f1fbb581d1738ca2.tar.gz |
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.
Diffstat (limited to 'regen/genpacksizetables.pl')
-rw-r--r-- | regen/genpacksizetables.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regen/genpacksizetables.pl b/regen/genpacksizetables.pl index 6d70cad3d5..da500fb06b 100644 --- a/regen/genpacksizetables.pl +++ b/regen/genpacksizetables.pl @@ -99,8 +99,8 @@ S! unsigned short v =SIZE16 n =SIZE16 S =SIZE16 -v! =SIZE16 PERL_PACK_CAN_SHRIEKSIGN -n! =SIZE16 PERL_PACK_CAN_SHRIEKSIGN +v! =SIZE16 +n! =SIZE16 i int i! int I unsigned int @@ -112,8 +112,8 @@ l =SIZE32 L! unsigned long V =SIZE32 N =SIZE32 -V! =SIZE32 PERL_PACK_CAN_SHRIEKSIGN -N! =SIZE32 PERL_PACK_CAN_SHRIEKSIGN +V! =SIZE32 +N! =SIZE32 L =SIZE32 p * char * w * * char |