1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

Export current-*-port' from (rnrs io ports)'

* module/rnrs/io/ports.scm: Export `current-input-port',
  `current-output-port' and `current-error-port' (see R6RS 8.2.7 "Input
  ports" and 8.2.10 "Output ports").

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andreas Rottmann 2011-03-13 22:39:26 +01:00 committed by Ludovic Courtès
parent a6c377f7d8
commit 74571cfd3b

View file

@ -76,6 +76,7 @@
;; standard ports
standard-input-port standard-output-port standard-error-port
current-input-port current-output-port current-error-port
;; condition types
&i/o i/o-error? make-i/o-error