From f2029dbdba6171a934325d0edabc2c373c38e3e1 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 4 Jun 1992 12:42:30 +0000 Subject: [PATCH] Change IO_PAGE_SIZE for DOS. --- v7/src/microcode/bchgcc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/bchgcc.h b/v7/src/microcode/bchgcc.h index bc6539ae2..a87eb0613 100644 --- a/v7/src/microcode/bchgcc.h +++ b/v7/src/microcode/bchgcc.h @@ -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 +# define IO_PAGE_SIZE 4096 #endif #ifndef BCH_START_CLOSURE_RELOCATION -- 2.25.1