From: Guillermo J. Rozas Date: Thu, 11 Jun 1992 12:44:52 +0000 (+0000) Subject: Add OSF conditionalization. X-Git-Tag: 20090517-FFI~9252 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=59e05ab409e6e6f83a3ed79b564b6a45e9de4af4;p=mit-scheme.git Add OSF conditionalization. --- diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index 01adb0815..c7002fba5 100644 --- a/v7/src/microcode/oscond.h +++ b/v7/src/microcode/oscond.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.8 1992/05/04 20:44:20 jinx Exp $ +$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 $ -Copyright (c) 1990-92 Massachusetts Institute of Technology +Copyright (c) 1990-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -41,6 +41,11 @@ MIT in each case. */ /* _POSIX is assumed to be independent of all operating-system and machine specification macros. */ +#if defined(_OSF) +# define _POSIX +# define _BSD4_3 +#endif + #if defined(__hpux) && !defined(hpux) #define hpux #endif diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 5156c1617..c00f125f1 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.31 1992/06/05 20:01:42 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.32 1992/06/11 12:44:52 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -175,6 +175,11 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name)); #ifdef _POSIX +#ifdef _OSF +# include +# include +#endif + #ifdef sonyrisc /* will redefine these. */ #undef DBL_MAX