From: Guillermo J. Rozas Date: Mon, 30 Jul 1990 23:14:24 +0000 (+0000) Subject: Include ultrix conditionalization in oscond.h rather than s/ultrix.h . X-Git-Tag: 20090517-FFI~11282 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6bba338fc14ad11de85050a8652a5ce4fc177ff4;p=mit-scheme.git Include ultrix conditionalization in oscond.h rather than s/ultrix.h . --- diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index c114a0b65..7507c1e08 100644 --- a/v7/src/microcode/oscond.h +++ b/v7/src/microcode/oscond.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.1 1990/06/20 19:36:08 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.2 1990/07/30 23:14:24 jinx Exp $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -84,6 +84,10 @@ MIT in each case. */ #define _SYSV #endif +#if defined(_ULTRIX) +#define _BSD4_3 +#endif + #if defined(_SUNOS3) || defined(_SUNOS4) #define _SUNOS #define _BSD4_2 diff --git a/v7/src/microcode/s/ultrix.h b/v7/src/microcode/s/ultrix.h index 873aff775..93580b147 100644 --- a/v7/src/microcode/s/ultrix.h +++ b/v7/src/microcode/s/ultrix.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Ultrix -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.8 1990/07/30 16:34:13 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.9 1990/07/30 23:13:13 jinx Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -42,7 +42,7 @@ MIT in each case. */ /* This is in mips.h for some reason. */ /* #define LIB_DEBUG */ -#define C_SWITCH_SYSTEM -D_ULTRIX -D_BSD4_3 +#define C_SWITCH_SYSTEM -D_ULTRIX #define LIBS_SYSTEM -ltermcap