]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/hashtab.c
hashtab.h (struct htab): Add del_f.
authorZack Weinberg <zack@wolery.cumb.org>
Fri, 10 Mar 2000 00:00:24 +0000 (00:00 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 10 Mar 2000 00:00:24 +0000 (00:00 +0000)
commit5dc9cffdfd6fb65d46193fe95b3f6ecea1242b7d
tree1c8555764b859bc239b43c7b7d97a90239ceeb2a
parentaa77ac5f237e2b0a646631ec7088b8c7bdd14fd3
hashtab.h (struct htab): Add del_f.

* hashtab.h (struct htab): Add del_f.
(htab_del): New type.
(htab_create): Add fourth argument.

* hashtab.c (htab_create): Set del_f.
(htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
Use it.

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