From: Guillermo J. Rozas Date: Tue, 15 Jun 1993 19:05:18 +0000 (+0000) Subject: Add support for C back end. X-Git-Tag: 20090517-FFI~8329 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ece859ad346baec5dca8c9f814eed4c88785c6fa;p=mit-scheme.git Add support for C back end. --- 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