From 3dc037eeb134247aa5d330214726c3fa530b6f74 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 4 Jun 1992 13:10:04 +0000 Subject: [PATCH] Fix edit bug in last edit. --- v7/src/microcode/bchgcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/bchgcc.h b/v7/src/microcode/bchgcc.h index eb3319b8f..dd75d9112 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.48 1992/06/04 13:09:39 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.49 1992/06/04 13:10:04 jinx Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -48,8 +48,8 @@ MIT in each case. */ #endif #ifndef DOS386 -#else # include +#else # define IO_PAGE_SIZE 4096 #endif -- 2.25.1