Do the right thing for hpux with the ANSI compiler.
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 04:02:34 +0000 (04:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 04:02:34 +0000 (04:02 +0000)
v7/src/microcode/m/hp9k800.h

index 27e27adddd1f0a01603b8b39e57d6d779a9d6e2e..bd5fee45ccaad66714f2a9afd68ffe6d57431b48 100644 (file)
@@ -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 */