From: Guillermo J. Rozas Date: Wed, 18 Nov 1992 05:03:55 +0000 (+0000) Subject: #define CMPINT_USE_STRUCS until cmpaux-alpha.m4 is updated. X-Git-Tag: 20090517-FFI~8744 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=257bc370e761d9a1de7adb3d74a980babd12e5f8;p=mit-scheme.git #define CMPINT_USE_STRUCS until cmpaux-alpha.m4 is updated. --- 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.