mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Missing definition for ecl_character.
This commit is contained in:
parent
8f4904e7a2
commit
d3fdd02cd8
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ typedef unsigned int cl_hashkey;
|
|||
#else
|
||||
#define CHAR_CODE_LIMIT 256 /* unicode character code limit */
|
||||
#endif
|
||||
typedef int ecl_character;
|
||||
typedef unsigned char ecl_base_char;
|
||||
|
||||
/*
|
||||
* Array limits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue