Conditionalized include of `8.3' filename for NT: bignumint.h -> bignumin.h
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 11 Feb 1993 02:35:32 +0000 (02:35 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 11 Feb 1993 02:35:32 +0000 (02:35 +0000)
v7/src/microcode/psbmap.h
v8/src/microcode/psbmap.h

index 8c693187bec80824187a492bf2bf2159761a9929..8a0c469ea7c441752df27d6bb62583eaa68ccab3 100644 (file)
@@ -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 <stdio.h>
+#include <stdlib.h>
 #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"
index 89e84d4aa688cc01cf8fbe494b10c10dc9a65780..8a0c469ea7c441752df27d6bb62583eaa68ccab3 100644 (file)
@@ -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 <stdio.h>
+#include <stdlib.h>
 #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"