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:
e39d4d6
)
Eliminate unnecessary integrate-external declaration.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jan 2017 20:11:31 +0000
(12:11 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jan 2017 20:11:31 +0000
(12:11 -0800)
src/runtime/stringio.scm
patch
|
blob
|
history
diff --git
a/src/runtime/stringio.scm
b/src/runtime/stringio.scm
index be3a189bdffb9ada242bb449e5e5c7e8a649ecf2..d73602dd3bb1307df17ba370fdc3fb728b85f209 100644
(file)
--- a/
src/runtime/stringio.scm
+++ b/
src/runtime/stringio.scm
@@
-27,8
+27,7
@@
USA.
;;;; String I/O Ports (SRFI-6)
;;; package: (runtime string-i/o-port)
-(declare (usual-integrations)
- (integrate-external "port"))
+(declare (usual-integrations))
\f
;;;; Input as characters