mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 17:30:41 -08:00
Removed INT-CHAR. Use CODE-CHAR instead.
This commit is contained in:
parent
1be3957ec4
commit
37ff2b9644
1 changed files with 0 additions and 2 deletions
|
|
@ -257,8 +257,6 @@
|
|||
(DIGIT-CHAR (fixnum *) character nil nil)
|
||||
(CHAR-INT (character) fixnum nil nil
|
||||
:inline-always ((character) fixnum nil nil "#0"))
|
||||
(INT-CHAR (fixnum) character nil nil
|
||||
:inline-always ((fixnum) character nil nil "#0"))
|
||||
(CHAR-NAME (character) symbol)
|
||||
(NAME-CHAR (symbol) character)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue