1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

Removing references to obsolete platforms.

Copied from Perforce
 Change: 178909
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-08-12 23:29:49 +01:00
parent ad517163a9
commit 8875cbfba9

View file

@ -164,12 +164,6 @@
#error "Expected _MSC_VER to be defined for builder.mv"
#endif /* _MSC_VER */
/* MSVC 10.00 on PowerPC generates erroneous warnings about */
/* uninitialized local variables, if you take their address. */
#ifdef MPS_ARCH_PP
#pragma warning(disable: 4701)
#endif /* MPS_ARCH_PP */
/* Non-checking varieties give many spurious warnings because parameters
* are suddenly unused, etc. We aren't interested in these
@ -259,7 +253,7 @@
define what signal number to use, and what si_code value to check.
*/
#if defined(MPS_OS_SO) || defined(MPS_OS_FR)
#if defined(MPS_OS_FR)
#define PROT_SIGNAL (SIGSEGV)
#elif defined(MPS_OS_XC)
#define PROT_SIGNAL (SIGBUS)