Skip to content
Snippets Groups Projects
Commit 25fecab7 authored by rth's avatar rth
Browse files

* hashtab.h (htab_hash_string): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44949 138bc75d-0d04-0410-961f-82ee72b054a4
parent 8ebf91ff
No related branches found
No related tags found
No related merge requests found
2001-08-16 Richard Henderson <rth@redhat.com>
* hashtab.h (htab_hash_string): Declare.
2001-08-10 Andrew Cagney <ac131313@redhat.com> 2001-08-10 Andrew Cagney <ac131313@redhat.com>
* libiberty.h (lbasename): Change function declaration to return a * libiberty.h (lbasename): Change function declaration to return a
......
...@@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer; ...@@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer;
/* An equality function for pointers. */ /* An equality function for pointers. */
extern htab_eq htab_eq_pointer; extern htab_eq htab_eq_pointer;
/* A hash function for null-terminated strings. */
extern hashval_t htab_hash_string PARAMS ((const PTR));
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment