]> git.ipfire.org Git - thirdparty/gcc.git/commit
hashtab.h (hashval_t): New type.
authorMark Mitchell <mark@codesourcery.com>
Fri, 31 Mar 2000 07:04:37 +0000 (07:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 31 Mar 2000 07:04:37 +0000 (07:04 +0000)
commitb13eb66b7de2865ac502a92ee8e68b17417c9db6
tree0bbfb81bb3327866160b992f8c9fb040addd6364
parentd68894a1c80dfc898985c664811134e02946ef3a
hashtab.h (hashval_t): New type.

* hashtab.h (hashval_t): New type.
(htab_find_with_hash): Use it as an argument.
(htab_find_slot_with_hash): Likewise.

* hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
codes.
(htab_find_with_hash): Likewise.
(htab_find_slot_with_hash): Likewise.

From-SVN: r32842
include/ChangeLog
include/hashtab.h
libiberty/ChangeLog
libiberty/hashtab.c