From 6f5160cd5b6e2a29f94f6c4b56a1458faa917ea4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 14 Nov 1990 11:11:29 +0000 Subject: [PATCH] Don't define _HPUX_SOURCE. --- v7/src/microcode/s/hpux.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/s/hpux.h b/v7/src/microcode/s/hpux.h index 960325e54..06e7070d7 100644 --- a/v7/src/microcode/s/hpux.h +++ b/v7/src/microcode/s/hpux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for HP-UX -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.7 1990/10/16 20:57:00 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.8 1990/11/14 11:11:29 cph Rel $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -45,7 +45,4 @@ MIT in each case. */ #define INSTALL_PROGRAM cp #endif -/* If the compiler defines __STDC__ this macro must also be - defined or the include files don't define many necessary symbols. - In any case this definition does no harm. */ -#define C_SWITCH_SYSTEM -D_HPUX -D_HPUX_SOURCE +#define C_SWITCH_SYSTEM -D_HPUX -- 2.25.1