From 1e82630de0f797643ebbbc72507f40cc9c0cb42b Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 17 Jun 2009 23:36:44 +0200 Subject: [PATCH] Change obsolete comment. --- src/c/main.d | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/c/main.d b/src/c/main.d index da5586ddf..def0817e0 100644 --- a/src/c/main.d +++ b/src/c/main.d @@ -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 */