From: Guillermo J. Rozas Date: Thu, 4 Jun 1992 13:09:39 +0000 (+0000) Subject: Fix edit bug in last edit. X-Git-Tag: 20090517-FFI~9287 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=64ebc28df327ae2f0bb98336419f2e334ea1ec65;p=mit-scheme.git Fix edit bug in last edit. --- diff --git a/v7/src/microcode/bchgcc.h b/v7/src/microcode/bchgcc.h index a87eb0613..eb3319b8f 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.47 1992/06/04 12:42:30 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.48 1992/06/04 13:09:39 jinx Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -48,6 +48,7 @@ MIT in each case. */ #endif #ifndef DOS386 +#else # include # define IO_PAGE_SIZE 4096 #endif