From 0a2b787b67f4bbb11b51efb692ecc63316a42ed1 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" <edu/mit/csail/zurich/gjr> Date: Thu, 24 Jun 1993 04:25:09 +0000 Subject: [PATCH] Flush spurious ^Z at the end of the file. --- v7/src/microcode/dosint10.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); } - -- 2.25.1