From: Guillermo J. Rozas Date: Tue, 30 Jun 1987 19:26:56 +0000 (+0000) Subject: BSD has the file creation flags in a different include file. X-Git-Tag: 20090517-FFI~13315 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3a982ceceeac8f41cae51496822bd39a48724aaf;p=mit-scheme.git BSD has the file creation flags in a different include file. --- diff --git a/v7/src/microcode/bchgcc.h b/v7/src/microcode/bchgcc.h index 1d7d1b2aa..98d3d7ad4 100644 --- a/v7/src/microcode/bchgcc.h +++ b/v7/src/microcode/bchgcc.h @@ -30,10 +30,14 @@ 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/Attic/bchgcc.h,v 9.28 1987/06/15 19:25:36 jinx Exp $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.29 1987/06/30 19:26:56 jinx Rel $ */ #include "gccode.h" +#ifdef bsd +#include +#else #include +#endif /* All of these are in objects (Pointer), not bytes. */