From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 04:25:09 +0000 (+0000) Subject: Flush spurious ^Z at the end of the file. X-Git-Tag: 20090517-FFI~8309 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0a2b787b67f4bbb11b51efb692ecc63316a42ed1;p=mit-scheme.git Flush spurious ^Z at the end of the file. --- diff --git a/v7/src/microcode/dosint10.c b/v7/src/microcode/dosint10.c index 5e000125c..d5ce06701 100644 --- a/v7/src/microcode/dosint10.c +++ b/v7/src/microcode/dosint10.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: dosint10.c,v 1.7 1992/10/20 15:31:20 jinx Exp $ +$Id: dosint10.c,v 1.8 1993/06/24 04:25:09 gjr Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -510,4 +510,3 @@ DEFINE_PRIMITIVE ("BIOS:SET-TEXT-SIZE!", Prim_bios_set_text_size, 2, 2, bios__set_text_size (al, bl); PRIMITIVE_RETURN (SHARP_T); } -