mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
A missing conditional caused buffer-read-default to be defined twice.
This commit is contained in:
parent
af158f819a
commit
b119ac598f
1 changed files with 1 additions and 1 deletions
|
|
@ -1827,7 +1827,7 @@
|
|||
;;; You are STRONGLY encouraged to write a specialized version
|
||||
;;; of buffer-write-default that does block transfers.
|
||||
|
||||
#-(or Genera explorer excl lcl3.0 Minima CMU sbcl clisp)
|
||||
#-(or Genera explorer excl lcl3.0 Minima CMU sbcl clisp ecl)
|
||||
(defun buffer-write-default (vector display start end)
|
||||
;; The default buffer write function for use with common-lisp streams
|
||||
(declare (type buffer-bytes vector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue