From 527da2b3635143fa861c78500a4c2ac26921fe14 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 5 Jul 1989 18:34:26 +0000 Subject: [PATCH] Can't use #error because not all cpp's support it. --- v7/src/microcode/gc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/gc.h b/v7/src/microcode/gc.h index a050074b2..5c78609fd 100644 --- a/v7/src/microcode/gc.h +++ b/v7/src/microcode/gc.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gc.h,v 9.27 1989/06/08 00:23:04 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gc.h,v 9.28 1989/07/05 18:34:26 cph Rel $ * * Garbage collection related macros of sufficient utility to be * included in all compilations. @@ -48,7 +48,7 @@ MIT in each case. */ #ifdef BAD_TYPES_INNOCUOUS #ifdef BAD_TYPES_LETHAL -#error "gc.h: BAD_TYPES both lethal and innocuous" +#include "error: gc.h: BAD_TYPES both lethal and innocuous" #endif /* BAD_TYPES_LETHAL */ #else /* not BAD_TYPES_INNOCUOUS */ #ifndef BAD_TYPES_LETHAL -- 2.25.1