diff options
author | Andy Wingo <wingo@pobox.com> | 2019-08-02 15:02:11 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-08-02 15:02:11 +0200 |
commit | c5526c4e40339e74462cc76ee246a60aceca1a63 (patch) | |
tree | 596d164e2a76b1104de449c924be5d19b5dc9d93 /module | |
parent | 967f129f803db7ef6144852bfabdfab60923d18a (diff) | |
parent | cc73c2ab5deda6257564c675613122da3ee85a7c (diff) | |
download | guile-c5526c4e40339e74462cc76ee246a60aceca1a63.tar.gz |
Merge from stable-2.2
Diffstat (limited to 'module')
-rw-r--r-- | module/ice-9/binary-ports.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/binary-ports.scm b/module/ice-9/binary-ports.scm index e0da3df1a..62fd9786f 100644 --- a/module/ice-9/binary-ports.scm +++ b/module/ice-9/binary-ports.scm @@ -36,6 +36,7 @@ get-bytevector-n get-bytevector-n! get-bytevector-some + get-bytevector-some! ; Guile extension, not in R6RS get-bytevector-all get-string-n! put-u8 |