mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
base-char maps to unsigned char, not to "char".
This commit is contained in:
parent
d130b21f96
commit
c4966bd006
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
(long-float "long double" "ecl_make_longfloat" "ecl_to_long_double"
|
||||
"ecl_to_long_double")
|
||||
:unsigned-char
|
||||
(base-char "char" "CODE_CHAR" "ecl_base_char_code" "CHAR_CODE")
|
||||
(base-char "unsigned char" "CODE_CHAR" "ecl_base_char_code" "CHAR_CODE")
|
||||
:char
|
||||
(base-char "char" "CODE_CHAR" "ecl_base_char_code" "CHAR_CODE")
|
||||
:wchar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue