From: Taylor R Campbell Date: Fri, 11 Dec 2009 00:22:08 +0000 (-0500) Subject: Export ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT. X-Git-Tag: 20100708-Gtk~218 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4f294ad5ede11e12f118dd1e5ecb06027da7b288;p=mit-scheme.git Export ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT. 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. --- diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 8d35c7ddb..95eaaff85 100644 --- 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