Implement CALL-WITH-APPEND-FILE and CALL-WITH-BINARY-APPEND-FILE.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Mar 2001 21:14:17 +0000 (21:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Mar 2001 21:14:17 +0000 (21:14 +0000)
v7/src/runtime/runtime.pkg

index ede46d541687f1a48455e25c120032b22fa27a36..821b3c8b9d32f7696b2cf3e7e370086254262bda 100644 (file)
@@ -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