Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 07:29:53 +0000 (07:29 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 07:29:53 +0000 (07:29 +0000)
commita3f9038c879c11344430169d6daa8fad30d4f379
tree3f8a79ac51aa7200d53aef80763961bff04e21c6
parent75261665f1dd29bdfedfe653a8d102fab2d012e6
Roland McGrath <roland@redhat.com>

* locale/hashval.h (compute_hashval): Use prototype defn.
(hashval_t): New macro, defined to unsigned long int
if not already defined.
(compute_hashval): Return hashval_t instead of unsigned long int.
* locale/loadarchive.c (hashval_t): New macro.
* locale/programs/locarchive.c: Include hashval.h directly instead
of simple-hash.h.
(compute_hashval, hashval_t): Define these macros first.
(insert_name): Use archive_hashval instead of compute_hashval.
(add_locale, delete_locales_from_archive): Likewise.

2002-08-28  Jakub Jelinek  <jakub@redhat.com>
ChangeLog
locale/hashval.h
locale/loadarchive.c
locale/programs/locarchive.c