mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Return actual port from current-output-port
This commit is contained in:
parent
e8ff0509ea
commit
af9f2b87d2
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
||||||
(else
|
(else
|
||||||
(error "bad parameter syntax"))))))
|
(error "bad parameter syntax"))))))
|
||||||
(define current-output-port
|
(define current-output-port
|
||||||
(make-parameter 'TODO-Cyc-stdout)) ;; TODO: need to expose stdout as a port obj
|
(make-parameter (Cyc-stdout)))
|
||||||
(define (error msg . args)
|
(define (error msg . args)
|
||||||
(raise (cons msg args)))
|
(raise (cons msg args)))
|
||||||
(define (raise obj)
|
(define (raise obj)
|
||||||
|
|
Loading…
Add table
Reference in a new issue