From d3b31636e5d223304eacb1fe981447131b44b341 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 26 Mar 1992 04:02:34 +0000 Subject: [PATCH] Do the right thing for hpux with the ANSI compiler. --- v7/src/microcode/m/hp9k800.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index 27e27addd..bd5fee45c 100644 --- a/v7/src/microcode/m/hp9k800.h +++ b/v7/src/microcode/m/hp9k800.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for HP9000 series 600, 700, 800. -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.7 1992/02/05 01:45:06 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.8 1992/03/26 04:02:34 cph Exp $ -Copyright (c) 1989-91 Massachusetts Institute of Technology +Copyright (c) 1989-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -44,7 +44,9 @@ MIT in each case. */ #ifndef ALTERNATE_CC /* Assume HPC */ -# define C_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -Wp,-H512000 + /* Instead of "-Aa -D_HPUX_SOURCE" you can use "-Wp,-H512000" to + get the traditional C compiler. */ +# define C_SWITCH_MACHINE -Aa -D_HPUX_SOURCE -DTYPE_CODE_LENGTH=6 # define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -DHPC #else /* Assume GCC */ -- 2.25.1