From ece859ad346baec5dca8c9f814eed4c88785c6fa Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 15 Jun 1993 19:05:18 +0000 Subject: [PATCH] Add support for C back end. --- v7/src/microcode/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index e843ff78a..c5cfdebda 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: config.h,v 9.79 1993/06/15 19:04:55 gjr Exp $ +$Id: config.h,v 9.80 1993/06/15 19:05:18 gjr Exp $ Copyright (c) 1987-1993 Massachusetts Institute of Technology @@ -591,7 +591,9 @@ extern void * alpha_heap_malloc (long); #endif /* apollo */ #ifdef NATIVE_CODE_IS_C -# define HAS_COMPILER_SUPPORT +# ifndef HAS_COMPILER_SUPPORT +# define HAS_COMPILER_SUPPORT +# endif # ifndef TYPE_CODE_LENGTH # define TYPE_CODE_LENGTH 6 # endif -- 2.25.1