Conditionalize according to PROC_TYPE.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 18 Nov 1992 15:34:34 +0000 (15:34 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 18 Nov 1992 15:34:34 +0000 (15:34 +0000)
v7/src/microcode/m/alpha.h
v7/src/microcode/m/apoll68k.h
v7/src/microcode/m/hcx.h
v7/src/microcode/m/hp9k300.h
v7/src/microcode/m/hp9k400.h
v7/src/microcode/m/hp9k800.h

index 665aa3ee21e309f7163166bbf9b936c7088f523d..93002645633e1c81f305157447c980d022c26330 100644 (file)
@@ -1,13 +1,15 @@
 /* -*-C-*-
    Machine file for DEC Alpha computers.
 
-$Id: alpha.h,v 1.2 1992/09/26 02:46:49 cph Exp $
+$Id: alpha.h,v 1.3 1992/11/18 15:31:25 gjr Exp $
 
 Copyright (c) 1992 Digital Equipment Corporation
 
 */
 
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_ALPHA
+#endif /* PROC_TYPE */
 
 /* The following crock seems to be needed, since ULTRIX on the vax has
    libg but ULTRIX on the pmax doesn't! 
index c681666591e5e00038aeace384086e654d29f266..920832d77f3bf29ff70fc4f4be20c16f8a3acbbe 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for Apollo 68k
 
-$Id: apoll68k.h,v 1.2 1992/09/26 02:46:51 cph Exp $
+$Id: apoll68k.h,v 1.3 1992/11/18 15:32:04 gjr Exp $
 
-Copyright (c) 1989-92 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 Copyright (c) 1991 Michael K. Gschwind
 
 This material was developed by the Scheme project at the Massachusetts
@@ -34,7 +34,9 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_UNKNOWN
+#endif /* PROC_TYPE */
 
 #ifndef ALTERNATE_CC
 
index b3e58efbf62b8b275763794ced7bfc14a29952ab..b5a8e09f7aa04e9de6c49ac92aec5974eef435ee 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for Harris HCX computers
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hcx.h,v 1.1 1989/09/19 17:51:29 cph Rel $
+$Id: hcx.h,v 1.2 1992/11/18 15:32:50 gjr Exp $
 
-Copyright (c) 1989 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -33,4 +33,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_HCX
+#endif /* PROC_TYPE */
+
index 804a57ddd72c1d2363cde8b3aaeffe0ce8b62c1f..484a4f9009fdf07b9529bcabaf541e825818998b 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for HP9000 series 300 (or 200)
 
-$Id: hp9k300.h,v 1.9 1992/09/26 02:46:52 cph Exp $
+$Id: hp9k300.h,v 1.10 1992/11/18 15:33:39 gjr Exp $
 
-Copyright (c) 1989-92 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -40,7 +40,9 @@ MIT in each case. */
 /* Change this to PROC_TYPE_68000 if your machine is a series 200 or a
    model 310. 
  */
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_68020
+#endif /* PROC_TYPE */
 
 /* The M4_SWITCH_MACHINE must contain -DHP if using HP C, -DGCC, if using
    GCC, and nothing special if using PCC.
index b623751d4fd09df1cf6357f837999000426eeccf..83530eb2dbb96fb2321b024f797c5de316f68d05 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for HP9000 series 400 (or 300) with 68040
 
-$Id: hp9k400.h,v 1.5 1992/09/26 02:46:53 cph Exp $
+$Id: hp9k400.h,v 1.6 1992/11/18 15:34:34 gjr Exp $
 
-Copyright (c) 1991-92 Massachusetts Institute of Technology
+Copyright (c) 1991-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -40,7 +40,9 @@ MIT in each case. */
 /* Change this to PROC_TYPE_68000 if your machine is a series 200 or a
    model 310. 
  */
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_68020
+#endif /* PROC_TYPE */
 
 /* The M4_SWITCH_MACHINE must contain -DHP if using HP C, -DGCC, if using
    GCC, and nothing special if using PCC.
index 0ef12e3e6f9f6cff6b1327a093822d6d538d7fb0..2976e26963917c6cd1d042fead71f596f46c144f 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for HP9000 series  600, 700, 800.
 
-$Id: hp9k800.h,v 1.9 1992/09/26 02:46:53 cph Exp $
+$Id: hp9k800.h,v 1.10 1992/11/18 15:30:56 gjr Exp $
 
-Copyright (c) 1989-92 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -33,7 +33,9 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
+#ifndef PROC_TYPE
 #define PROC_TYPE PROC_TYPE_HPPA
+#endif /* PROC_TYPE */
 
 #if defined(HAVE_STARBASE_GRAPHICS) && !defined(STARBASE_DEVICE_DRIVERS)
 /* Add additional Starbase device drivers here. */