From 8f56d5f6b4bbb612c216e3db39610897713766f2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 29 Dec 1990 20:42:04 +0000 Subject: [PATCH] Update conditionalizations for NeXT. --- v7/src/microcode/ux.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index f0bc905ab..7332a24b0 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.14 1990/11/13 08:45:03 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.15 1990/12/29 20:42:04 cph Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -116,7 +116,7 @@ extern void EXFUN (error_system_call, (int code, CONST char * name)); /* #define HAVE_WAIT4 */ #define UNION_WAIT_STATUS -#if defined(_ULTRIX) || defined(_SUNOS4) || defined(sun4) +#if defined(_ULTRIX) || defined(_SUNOS4) || defined(sun4) || defined(NeXT) #define VOID_SIGNAL_HANDLERS #endif @@ -218,6 +218,10 @@ extern void EXFUN (error_system_call, (int code, CONST char * name)); #define SYSTEM_VARIANT "Ultrix" #endif +#ifdef NeXT +#define SYSTEM_VARIANT "NeXT" +#endif + #ifdef _SUNOS #define SYSTEM_VARIANT "SunOS" -- 2.25.1