cppfiles.c (file_hash_hash): New static function.
authorPer Bothner <pbothner@apple.com>
Fri, 5 Dec 2003 22:50:53 +0000 (22:50 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 5 Dec 2003 22:50:53 +0000 (14:50 -0800)
commitb92be669aa9bbc320969d0296a3af805deb9c785
tree85697fb074299b5a55735ea11b1d31e771753cae
parentb3e4bb0347eeb9d3276178c99ad829e870cc5451
cppfiles.c (file_hash_hash): New static function.

* cppfiles.c (file_hash_hash):  New static function.
(hash_string_eq):  Renamed static function to file_hash_eq.
(_cpp_init_files):  Create file_hash table with above callbacks.
(cpp_included):  Must use htab_find_with_hash insead of htab_find.
(_cpp_find_find, make_cpp_dir):  Must use htab_find_slot_with_hash.

From-SVN: r74350
gcc/ChangeLog
gcc/cppfiles.c