mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
removing port? definition now in core
This commit is contained in:
parent
acf3d1c120
commit
c91d982473
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue