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:
cdc1211
)
microcode/makegen/makegen.scm: Revert recent change.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 25 Apr 2017 22:36:58 +0000
(15:36 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 25 Apr 2017 23:47:55 +0000
(16:47 -0700)
9.2 has a different write-string. Use the deprecated write-substring
just a little longer.
src/microcode/makegen/makegen.scm
patch
|
blob
|
history
diff --git
a/src/microcode/makegen/makegen.scm
b/src/microcode/makegen/makegen.scm
index 24770606bd411592529dfd17abd8169341ce22e3..c12246011a8d226614992943825040a4b942db0b 100644
(file)
--- a/
src/microcode/makegen/makegen.scm
+++ b/
src/microcode/makegen/makegen.scm
@@
-188,7
+188,7
@@
USA.
(let ((n (read-substring! buffer 0 4096 input)))
(if (> n 0)
(begin
- (write-s
tring buffer output 0 n
)
+ (write-s
ubstring buffer 0 n output
)
(loop)))))))))
(define (maybe-update-dependencies deps-filename source-files)