mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Missing definition for CHARACTER-DESIGNATOR.
This commit is contained in:
parent
58060f708f
commit
6939923450
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
'(cons integer-length integer-length))
|
||||
(deftype character-code ()
|
||||
'(integer 0 #.(1- char-code-limit)))
|
||||
(deftype character-designator ()
|
||||
'(or character string-designator))
|
||||
(deftype external-file-format ()
|
||||
'(or symbol list))
|
||||
(deftype declaration-specifier ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue