From: Guillermo J. Rozas Date: Sun, 16 Aug 1987 15:48:31 +0000 (+0000) Subject: Patch for vax cpp bug. X-Git-Tag: 20090517-FFI~13153 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4957eaadc1f0dc2fc5112052edb79174ea8759fb;p=mit-scheme.git Patch for vax cpp bug. --- 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? */