From 813c81ab37be7766a911ce9b21d1e07783c7b825 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 15 Jun 1993 19:04:55 +0000 Subject: [PATCH] Add support for C back end. --- v7/src/microcode/config.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 90d03f920..e843ff78a 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: config.h,v 9.78 1993/02/06 05:33:20 gjr Exp $ +$Id: config.h,v 9.79 1993/06/15 19:04:55 gjr Exp $ Copyright (c) 1987-1993 Massachusetts Institute of Technology @@ -590,6 +590,13 @@ extern void * alpha_heap_malloc (long); #define HAS_FREXP #endif /* apollo */ +#ifdef NATIVE_CODE_IS_C +# define HAS_COMPILER_SUPPORT +# ifndef TYPE_CODE_LENGTH +# define TYPE_CODE_LENGTH 6 +# endif +#endif + /* Make sure that some definition applies. If this error occurs, and the parameters of the configuration are unknown, try the Wsize program. */ @@ -604,7 +611,7 @@ extern void * alpha_heap_malloc (long); #endif #ifndef TYPE_CODE_LENGTH -#define TYPE_CODE_LENGTH 8 +# define TYPE_CODE_LENGTH 8 #endif /* The GNU C compiler does not have any of these bugs. */ -- 2.25.1