The binary-XXX-port? procedures aren't public.
authorChris Hanson <org/chris-hanson/cph>
Wed, 11 Jan 2017 03:36:50 +0000 (19:36 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 11 Jan 2017 03:36:50 +0000 (19:36 -0800)
src/runtime/runtime.pkg

index a8ff1a9d7884160fac7adb44df5b2a3f6045bd05..7c4406c62815c18a44ae27a3e2d02428d07d91df 100644 (file)
@@ -2424,9 +2424,6 @@ USA.
   (files "binary-port")
   (parent (runtime))
   (export ()
-         binary-i/o-port?
-         binary-input-port?
-         binary-output-port?
          binary-port?
          get-output-bytevector
          open-input-bytevector
@@ -2451,10 +2448,13 @@ USA.
          make-non-channel-output-sink
          output-sink?)
   (export (runtime port)
+         binary-i/o-port?
          binary-input-port-open?
          binary-input-port:buffer-contents
          binary-input-port:set-buffer-contents!
+         binary-input-port?
          binary-output-port-open?
+         binary-output-port?
          close-binary-input-port
          close-binary-output-port
          close-binary-port))