Change IO_PAGE_SIZE for DOS.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 4 Jun 1992 12:42:30 +0000 (12:42 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 4 Jun 1992 12:42:30 +0000 (12:42 +0000)
v7/src/microcode/bchgcc.h

index bc6539ae2566770ab4312f07fc73ddb03e583c8a..a87eb0613f9fdc565d279f58d35405e695dbac37 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.46 1992/06/03 21:54:31 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.47 1992/06/04 12:42:30 jinx Exp $
 
 Copyright (c) 1987-1992 Massachusetts Institute of Technology
 
@@ -49,6 +49,7 @@ MIT in each case. */
 
 #ifndef DOS386
 #  include <sys/param.h>
+#  define IO_PAGE_SIZE         4096
 #endif
 \f
 #ifndef BCH_START_CLOSURE_RELOCATION