summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-08-14 11:54:48 +0200
committerNicholas Clark <nick@ccl4.org>2012-08-17 16:35:30 +0200
commitcc3315ba158429a67e76ae0034535e9783abe8cf (patch)
treea7526bbd15bd4456e2fe54051204ce11af9ef45a /x2p
parentd91f1bc9c333968f803a403e4aaf2bd8c7ff1fa3 (diff)
downloadperl-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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index bf31b3acdf..a69b94a099 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -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