projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be42045
)
Add close procedure before output bytevectors' custom stuff.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 25 Apr 2017 23:36:09 +0000
(16:36 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 25 Apr 2017 23:50:24 +0000
(16:50 -0700)
src/runtime/binary-port.scm
patch
|
blob
|
history
diff --git
a/src/runtime/binary-port.scm
b/src/runtime/binary-port.scm
index a7723631304351a322278121e4e8a9f828cc19d8..2a7efac42ded6ddcabdd0199f7b9ae4798d98dbf 100644
(file)
--- a/
src/runtime/binary-port.scm
+++ b/
src/runtime/binary-port.scm
@@
-25,7
+25,7
@@
USA.
|#
;;;; Binary I/O ports
-;;; package: (runtime port)
+;;; package: (runtime
binary-
port)
(declare (usual-integrations))
\f
@@
-148,6
+148,7
@@
USA.
(bytevector-copy! bytevector index bv bs be)
(set! index index*)
(fix:- be bs)))
+ (default-object)
bytevector-output-port-tag
(lambda ()
(bytevector-copy bytevector 0 index)))