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:
parent
ad517163a9
commit
8875cbfba9
1 changed files with 1 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue