From: Chris Hanson Date: Thu, 26 Mar 1992 03:16:30 +0000 (+0000) Subject: Set _HPUX_VERSION for release 8.0. X-Git-Tag: 20090517-FFI~9563 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3bc8b41c16966afdf104ae5279be22deb10d0193;p=mit-scheme.git Set _HPUX_VERSION for release 8.0. --- diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index 152724dac..6f4e3698a 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.5 1991/06/15 00:40:20 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.6 1992/03/26 03:16:30 cph Exp $ -Copyright (c) 1990-91 Massachusetts Institute of Technology +Copyright (c) 1990-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -48,10 +48,16 @@ MIT in each case. */ #ifdef _HPUX #ifdef __hpux -#define _HPUX_VERSION 70 #define _POSIX #define _SYSV3 +#include +#ifdef SHL_MAGIC +#define _HPUX_VERSION 80 +#else +#define _HPUX_VERSION 70 +#endif + #else /* not __hpux */ #define _SYSV