mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Change obsolete comment.
This commit is contained in:
parent
627ee2e6b7
commit
1e82630de0
1 changed files with 5 additions and 3 deletions
|
|
@ -500,12 +500,14 @@ cl_boot(int argc, char **argv)
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Initialize Unicode character database and character names.
|
||||
* Initialize Unicode character database.
|
||||
*/
|
||||
read_char_database();
|
||||
|
||||
/* FIXME! This is a hack! We use EQUALP hashes because we know that
|
||||
* the characters in this table will not be alphanumeric.
|
||||
/*
|
||||
* Load character names. The following hash table is a map
|
||||
* from names to character codes and viceversa. Note that we
|
||||
* need EQUALP because it has to be case insensitive.
|
||||
*/
|
||||
cl_core.char_names = aux =
|
||||
cl__make_hash_table(@'equalp', MAKE_FIXNUM(128), /* size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue