From: Chris Hanson Date: Thu, 26 Mar 1992 04:02:34 +0000 (+0000) Subject: Do the right thing for hpux with the ANSI compiler. X-Git-Tag: 20090517-FFI~9558 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d3b31636e5d223304eacb1fe981447131b44b341;p=mit-scheme.git Do the right thing for hpux with the ANSI compiler. --- 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 */