/* -*-C-*-
Machine file for Intel i386 computers
-$Id: i386.h,v 1.4 1992/09/26 02:46:54 cph Exp $
+$Id: i386.h,v 1.5 1992/11/18 15:51:35 gjr Exp $
Copyright (c) 1990-1992 Massachusetts Institute of Technology
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_I386
+#endif /* PROC_TYPE */
#ifdef _SYSV
#define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6
/* -*-C-*-
Machine file for IBM PC/RT computers
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/ibm032.h,v 1.1 1989/10/20 12:36:54 jinx Rel $
+$Id: ibm032.h,v 1.2 1992/11/18 15:52:13 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
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_IBM032
+#endif /* PROC_TYPE */
#define C_SWITCH_MACHINE -Dunix
/* -*-C-*-
Machine file for MIPS computers.
-$Id: mips.h,v 1.6 1992/09/26 02:46:54 cph Exp $
+$Id: mips.h,v 1.7 1992/11/18 15:52:47 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
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_MIPS
+#endif /* PROC_TYPE */
/* The MIPS compiler/linker doesn't use -lg. */
#define LIB_DEBUG
/* -*-C-*-
Machine file for NeXT
-$Id: next.h,v 1.4 1992/09/26 02:46:55 cph Exp $
+$Id: next.h,v 1.5 1992/11/18 15:53:16 gjr Exp $
-Copyright (c) 1990-92 Massachusetts Institute of Technology
+Copyright (c) 1990-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_68020
+#endif /* PROC_TYPE */
+
#define C_SWITCH_MACHINE -DNeXT
#define LD_SWITCH_MACHINE
/* -*-C-*-
Machine file for Sun 3
-$Id: sun3.h,v 1.5 1992/09/26 02:46:56 cph Exp $
+$Id: sun3.h,v 1.6 1992/11/18 15:54:08 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
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_68020
+#endif /* PROC_TYPE */
#ifndef ALTERNATE_CC
/* -*-C-*-
Machine file for Sun 4
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/sun4.h,v 1.2 1990/06/20 19:54:13 cph Rel $
+$Id: sun4.h,v 1.3 1992/11/18 15:54:50 gjr Exp $
-Copyright (c) 1990 Massachusetts Institute of Technology
+Copyright (c) 1990-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_SPARC
+#endif /* PROC_TYPE */
#define C_SWITCH_MACHINE -Dsun4
#define LD_SWITCH_MACHINE
/* -*-C-*-
Machine file for Encore Multimax computers with NS32x32 processors
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/umax.h,v 1.1 1989/08/02 17:02:36 cph Rel $
+$Id: umax.h,v 1.2 1992/11/18 15:55:38 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
promotional, or sales literature without prior written consent from
MIT in each case. */
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_NS32K
+#endif /* PROC_TYPE */
/* -*-C-*-
Machine file for DEC Vax computers
-$Id: vax.h,v 1.4 1992/09/26 02:46:57 cph Exp $
+$Id: vax.h,v 1.5 1992/11/18 15:56:17 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
#undef vax
#endif
+#ifndef PROC_TYPE
#define PROC_TYPE PROC_TYPE_VAX
+#endif /* PROC_TYPE */
/* The M4_SWITCH_MACHINE must contain -P "define(GCC,1)", if using GCC,
-P "define(VMS,1)" if preparing the files for VMS Vax C,