mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed several typos in the inline forms for OUTPUT-STREAM-P
This commit is contained in:
parent
21cd803aef
commit
6aa5c0572d
1 changed files with 2 additions and 2 deletions
|
|
@ -363,8 +363,8 @@
|
|||
(proclaim-function input-stream-p (stream) t :predicate t)
|
||||
(def-inline input-stream-p :always (stream) :bool "ecl_input_stream_p(#0)")
|
||||
|
||||
(proclaim-function output-stream-p (t) t :predicate t)
|
||||
(def-inline input-stream-p :always (stream) :bool "ecl_output_stream_p(#0)")
|
||||
(proclaim-function output-stream-p (stream) t :predicate t)
|
||||
(def-inline output-stream-p :always (stream) :bool "ecl_output_stream_p(#0)")
|
||||
|
||||
(proclaim-function stream-element-type (t) t)
|
||||
(proclaim-function close (stream *) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue