removing port? definition now in core

This commit is contained in:
Alex Shinn 2010-09-19 12:16:27 +09:00
parent acf3d1c120
commit c91d982473

View file

@ -160,8 +160,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; high-level interface
(define (port? x) (or (input-port? x) (output-port? x)))
(define (stty . args)
(let* ((port (if (and (pair? args) (port? (car args)))
(car args)