OSDN Git Service

* cppfiles.c (file_hash_hash): New static function.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 22:50:53 +0000 (22:50 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 22:50:53 +0000 (22:50 +0000)
commitaaf491c2b55c44fc41aeb42295de90caaed47571
tree85697fb074299b5a55735ea11b1d31e771753cae
parent497e64ebceb697b45e94f6c1efd1c69fe004d415
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74350 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppfiles.c