From e764277d1c0df174f6ed3fd1d960de5a9e79e85a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 23 Jul 1992 03:48:28 +0000 Subject: [PATCH] Make OS conditionalziation consistent. --- v7/src/microcode/oscond.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index c7002fba5..78161dd01 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.9 1992/06/11 12:43:55 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.10 1992/07/23 03:48:28 jinx Exp $ Copyright (c) 1990-1992 Massachusetts Institute of Technology @@ -41,7 +41,7 @@ MIT in each case. */ /* _POSIX is assumed to be independent of all operating-system and machine specification macros. */ -#if defined(_OSF) +#if defined (__osf__) # define _POSIX # define _BSD4_3 #endif -- 2.25.1