From: Stephen Adams Date: Thu, 11 Feb 1993 02:35:32 +0000 (+0000) Subject: Conditionalized include of `8.3' filename for NT: bignumint.h -> bignumin.h X-Git-Tag: 20090517-FFI~8530 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=438cc86dc8265d2cd1f4dbf118c9252abfa4f56b;p=mit-scheme.git Conditionalized include of `8.3' filename for NT: bignumint.h -> bignumin.h --- diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index 8c693187b..8a0c469ea 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.37 1992/04/18 00:30:02 jinx Exp $ +$Id: psbmap.h,v 9.38 1993/02/11 02:35:32 adams Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -45,12 +45,19 @@ MIT in each case. */ #define fast register #include +#include #include "ansidecl.h" #include "config.h" #include "types.h" #include "object.h" #include "bignum.h" + +#ifdef WINNT +#include "bignumin.h" /* SRA: rename bignumint.h bignumin.h*/ +#else #include "bignumint.h" +#endif + #include "bitstr.h" #include "sdata.h" #include "const.h" diff --git a/v8/src/microcode/psbmap.h b/v8/src/microcode/psbmap.h index 89e84d4aa..8a0c469ea 100644 --- a/v8/src/microcode/psbmap.h +++ b/v8/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.37 1992/04/18 00:30:02 jinx Exp $ +$Id: psbmap.h,v 9.38 1993/02/11 02:35:32 adams Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -45,12 +45,19 @@ MIT in each case. */ #define fast register #include +#include #include "ansidecl.h" #include "config.h" #include "types.h" #include "object.h" #include "bignum.h" + +#ifdef WINNT +#include "bignumin.h" /* SRA: rename bignumint.h bignumin.h*/ +#else #include "bignumint.h" +#endif + #include "bitstr.h" #include "sdata.h" #include "const.h"