From 7a7950f7564aadfdd0213b4e05a00c68f673c072 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 20 Oct 1989 12:39:28 +0000 Subject: [PATCH] Add proc_type for the IBM RT. --- v7/src/microcode/unxutl/cf-dist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index ccb09d06d..a826b625f 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.7 1989/09/21 02:36:27 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.8 1989/10/20 12:39:28 jinx Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -40,6 +40,7 @@ MIT in each case. */ #define PROC_TYPE_MIPS 5 #define PROC_TYPE_NS32K 6 #define PROC_TYPE_HCX 7 /* Harris HCX */ +#define PROC_TYPE_IBM032 8 /* IBM RT */ /* Define this macro to use a non-standard compiler. It must be defined before including the m/ and s/ files because -- 2.25.1