From 4957eaadc1f0dc2fc5112052edb79174ea8759fb Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 16 Aug 1987 15:48:31 +0000 Subject: [PATCH] Patch for vax cpp bug. --- v7/src/microcode/gccode.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/gccode.h b/v7/src/microcode/gccode.h index 2eac14d8d..3d8acc19c 100644 --- a/v7/src/microcode/gccode.h +++ b/v7/src/microcode/gccode.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/gccode.h,v 9.26 1987/07/22 21:54:35 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gccode.h,v 9.27 1987/08/16 15:48:31 jinx Exp $ * * This file contains the macros for use in code which does GC-like * loops over memory. It is only included in a few files, unlike @@ -339,7 +339,12 @@ Pointer_End() /* Compiled Code Relocation Utilities */ #ifdef CMPGCFILE +/* Bug in bsd cpp */ +#ifdef vax +#include "cmpvaxgc.h" +#else #include CMPGCFILE +#endif #else /* Is there anything else that can be done here? */ -- 2.25.1