This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, trivial] Make type_hash_lookup, type_hash_add static


This patch makes type_hash_lookup and type_hash_add in tree.c static.  These functions are used only within tree.c, and I don't think there is any reason to export low-level interface to type hashing anyway.

Will commit in 2 days unless someone complains.  Bootstrapped on x86_64-linux-gnu.

Thanks,

--
Maxim Kuvyrkov
KugelWorks


Attachment: gcc-static-type-hash.ChangeLog
Description: Binary data

Attachment: gcc-static-type-hash.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]