]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* hashtab.h (htab_hash_string): Declare.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 01:54:01 +0000 (01:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 01:54:01 +0000 (01:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44949 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/hashtab.h

index 8eefec81086838887134c621b569efdd232729b2..9d0b4e6c98cf23882a160b63e36d95963e8067b2 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-16  Richard Henderson  <rth@redhat.com>
+
+       * hashtab.h (htab_hash_string): Declare.
+
 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
 
        * libiberty.h (lbasename): Change function declaration to return a
index a577c5e2afe644c5d60763dbc2a2d75b4bdb6d65..8871710e5d8b1694a760f17730d85045f7cbc0ea 100644 (file)
@@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer;
 /* An equality function for pointers.  */
 extern htab_eq htab_eq_pointer;
 
+/* A hash function for null-terminated strings.  */
+extern hashval_t htab_hash_string PARAMS ((const PTR));
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */