diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-08-14 11:54:48 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-08-17 16:35:30 +0200 |
commit | cc3315ba158429a67e76ae0034535e9783abe8cf (patch) | |
tree | a7526bbd15bd4456e2fe54051204ce11af9ef45a /x2p | |
parent | d91f1bc9c333968f803a403e4aaf2bd8c7ff1fa3 (diff) | |
download | perl-cc3315ba158429a67e76ae0034535e9783abe8cf.tar.gz |
Remove the UTS port.
UTS was a mainframe version of System V created by Amdahl, subsequently sold
to UTS Global. The port has not been touched since before 5.8.0, and UTS
Global is now defunct.
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -61,14 +61,6 @@ #define MEM_SIZE Size_t #ifdef PERL_MEM_LOG -/* Blindly copied from ../perl.h. -- AD 2/2006. */ -/* Configure gets this right but the UTS compiler gets it wrong. - -- Hal Morris <hom00@utsglobal.com> */ -# ifdef UTS -# undef UVTYPE -# define UVTYPE unsigned -# endif - typedef IVTYPE IV; typedef UVTYPE UV; #endif |