From 4f294ad5ede11e12f118dd1e5ecb06027da7b288 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 10 Dec 2009 19:22:08 -0500 Subject: [PATCH] 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. --- src/runtime/runtime.pkg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1