aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/testlib.h
diff options
context:
space:
mode:
authorRichard Brooksby2012-08-08 19:02:57 +0100
committerRichard Brooksby2012-08-08 19:02:57 +0100
commit215ef086cb452dbeaea7d86abdd7c9fb237f6271 (patch)
tree089521c3e105c03a5652fb725fafc66fc900531f /mps/code/testlib.h
parente4d51297717dd6cf4326989507409df5005feef4 (diff)
downloademacs-215ef086cb452dbeaea7d86abdd7c9fb237f6271.tar.gz
emacs-215ef086cb452dbeaea7d86abdd7c9fb237f6271.zip
Removed support for old or dead platforms: osf/1, irix, mac system 7, sunos, windows nt on alpha, windows nt on powerpc.
See <https://github.com/datafueled/memory-pool-system/pull/3> for the origin of this change. Copied from Perforce Change: 178872 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/testlib.h')
-rw-r--r--mps/code/testlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mps/code/testlib.h b/mps/code/testlib.h
index 69a268dc056..3d187080fc2 100644
--- a/mps/code/testlib.h
+++ b/mps/code/testlib.h
@@ -18,9 +18,6 @@
18#ifdef MPS_OS_W3 18#ifdef MPS_OS_W3
19#include "mpswin.h" 19#include "mpswin.h"
20#endif 20#endif
21#ifdef MPS_OS_SU
22#include "ossu.h"
23#endif
24#ifdef MPS_OS_XC 21#ifdef MPS_OS_XC
25#include "osxc.h" 22#include "osxc.h"
26#endif 23#endif