1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 16:41:17 -08:00

Remove all irix 4 stuff

Copied from Perforce
 Change: 18790
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1997-09-22 18:50:08 +01:00
parent b29b5620b3
commit 8aae297cb5

View file

@ -1,6 +1,6 @@
/* impl.h.mpstd: HARLEQUIN MEMORY POOL SYSTEM TARGET DETECTION
*
* $HopeName: MMsrc!mpstd.h(trunk.18) $
* $HopeName: MMsrc!mpstd.h(trunk.19) $
* Copyright (C) 1997 Harlequin Group, all rights reserved
*
* Detect the target platform using predefined preprocessor symbols
@ -44,18 +44,6 @@
#define MPS_WORD_SHIFT 5
#define MPS_PF_ALIGN 8 /* .hack.align */
/* GCC 2.7.2, gcc -E -dM */
#elif defined(__sgi) && defined(__unix) && defined(__mips) && defined(__SYSTYPE_SYSV) && defined(__GNUC__)
#define MPS_PF_I4M2GC
#define MPS_OS_I4
#define MPS_ARCH_M2
#define MPS_BUILD_GC
#define MPS_T_WORD unsigned long
#define MPS_WORD_WIDTH 32
#define MPS_WORD_SHIFT 5
#define MPS_PF_ALIGN 8 /* .hack.align */
/* winnt.h (D:\packages\msvc20\include\winnt.h on aaron) */
/* really ought to check this more thoroughly */