Include ultrix conditionalization in oscond.h rather than s/ultrix.h .
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 30 Jul 1990 23:14:24 +0000 (23:14 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 30 Jul 1990 23:14:24 +0000 (23:14 +0000)
v7/src/microcode/oscond.h
v7/src/microcode/s/ultrix.h

index c114a0b6599eda87faa77e19ab63caceab4025ba..7507c1e08215eb3147e55b5e5bec8c901462fc5c 100644 (file)
@@ -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
index 873aff7752dbe46bba1db57bd9b96615d2c837b5..93580b147af72f68ce35ab0dca6939f3fc2e98f2 100644 (file)
@@ -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