From e2376da25749eb0e800c1aceb31b75ffb53ad1bc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 15 Mar 2001 21:14:17 +0000 Subject: [PATCH] Implement CALL-WITH-APPEND-FILE and CALL-WITH-BINARY-APPEND-FILE. --- v7/src/runtime/runtime.pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index ede46d541..821b3c8b9 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.362 2001/03/15 21:12:55 cph Exp $ +$Id: runtime.pkg,v 14.363 2001/03/15 21:14:17 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -863,10 +863,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (files "fileio") (parent ()) (export () + call-with-append-file call-with-binary-append-file call-with-binary-input-file call-with-binary-output-file - call-with-append-file call-with-input-file call-with-output-file open-binary-i/o-file -- 2.25.1