Export ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 11 Dec 2009 00:22:08 +0000 (19:22 -0500)
committerTaylor 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

index 8d35c7ddb14ed1c8febb3bfd4d99fc46196fb052..95eaaff8501fd3561391da42c8fde58fd0e8c966 100644 (file)
@@ -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