mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Fixed typo in the size of element type of unicode arrays.
This commit is contained in:
parent
be68a056b8
commit
3eb08e8fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ static const cl_index ecl_aet_size[] = {
|
|||
sizeof(ecl_int64_t),
|
||||
#endif
|
||||
#ifdef ECL_UNICODE
|
||||
sizeof(cl_object), /* aet_ch */
|
||||
sizeof(ecl_character), /* aet_ch */
|
||||
#endif
|
||||
sizeof(unsigned char) /* aet_bc */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue