From 257bc370e761d9a1de7adb3d74a980babd12e5f8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 18 Nov 1992 05:03:55 +0000 Subject: [PATCH] #define CMPINT_USE_STRUCS until cmpaux-alpha.m4 is updated. --- v7/src/microcode/cmpintmd/alpha.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/cmpintmd/alpha.h b/v7/src/microcode/cmpintmd/alpha.h index aa7aadb97..d82c01dd7 100644 --- a/v7/src/microcode/cmpintmd/alpha.h +++ b/v7/src/microcode/cmpintmd/alpha.h @@ -1,6 +1,6 @@ /* -*- C -*- -$Id: alpha.h,v 1.3 1992/09/26 02:54:49 cph Exp $ +$Id: alpha.h,v 1.4 1992/11/18 05:03:55 gjr Exp $ Copyright (c) 1992 Digital Equipment Corporation (D.E.C.) @@ -56,9 +56,13 @@ case. */ #define COMPILER_I386_TYPE 9 #define COMPILER_ALPHA_TYPE 10 #define COMPILER_MIPS_TYPE 11 +#define COMPILER_LOSING_C_TYPE 12 /* Machine parameters to be set by the user. */ +/* Until cmpaux-alpha.m4 is updated. */ +#define CMPINT_USE_STRUCS + #define PAGE_SIZE (8 * 1024) /* Processor type. Choose a number from the above list, or allocate your own. -- 2.25.1