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:
d79a1d3
)
Export ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 11 Dec 2009 00:22:08 +0000
(19:22 -0500)
committer
Taylor R Campbell
<campbell@mumble.net>
Fri, 11 Dec 2009 00:22:08 +0000
(19:22 -0500)
These should be exported anyway, but in particular they caused
INTEGRATE-EXTERNAL in files other than port.scm to generate
references to them out of their scope.
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index 8d35c7ddb14ed1c8febb3bfd4d99fc46196fb052..95eaaff8501fd3561391da42c8fde58fd0e8c966 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-1989,6
+1989,8
@@
USA.
close-port
current-input-port
current-output-port
+ error:not-input-port
+ error:not-output-port
generic-port-operation:read-substring
generic-port-operation:write-substring
guarantee-i/o-port