From 71c1f1050c3034434b5436ffc6afa810f92413cb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 8 Mar 1990 19:26:43 +0000 Subject: [PATCH] Add sun4 processor type. --- v7/src/microcode/unxutl/cf-dist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index 718c42490..bb284cfd5 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.9 1990/02/27 18:44:04 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.10 1990/03/08 19:26:43 cph Exp $ -Copyright (c) 1989 Massachusetts Institute of Technology +Copyright (c) 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -41,6 +41,7 @@ MIT in each case. */ #define PROC_TYPE_NS32K 6 #define PROC_TYPE_HCX 7 /* Harris HCX */ #define PROC_TYPE_IBM032 8 /* IBM RT */ +#define PROC_TYPE_SPARC 9 /* Define this macro to use a non-standard compiler. It must be defined before including the m/ and s/ files because -- 2.25.1