diff options
| author | Richard Brooksby | 2012-08-08 19:02:57 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-08-08 19:02:57 +0100 |
| commit | 215ef086cb452dbeaea7d86abdd7c9fb237f6271 (patch) | |
| tree | 089521c3e105c03a5652fb725fafc66fc900531f /mps/code/table.c | |
| parent | e4d51297717dd6cf4326989507409df5005feef4 (diff) | |
| download | emacs-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/table.c')
| -rw-r--r-- | mps/code/table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mps/code/table.c b/mps/code/table.c index b7ba512d270..e141bf1d8e2 100644 --- a/mps/code/table.c +++ b/mps/code/table.c | |||
| @@ -15,10 +15,6 @@ | |||
| 15 | #include <assert.h> | 15 | #include <assert.h> |
| 16 | #include <stdio.h> | 16 | #include <stdio.h> |
| 17 | #include "mpstd.h" | 17 | #include "mpstd.h" |
| 18 | #ifdef MPS_OS_SU | ||
| 19 | #include "ossu.h" | ||
| 20 | #endif | ||
| 21 | |||
| 22 | 18 | ||
| 23 | typedef unsigned long ulong; | 19 | typedef unsigned long ulong; |
| 24 | 20 | ||