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]

Re: Patch to fix htab_create function return types




--On Wednesday, October 09, 2002 11:36:33 AM -0400 "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:

Some of the functions passed to htab_create are declared incorrectly.
I.e. they specify unsigned int as the return type instead of
hashval_t.  At the moment, hashval_t is an unsigned int, but in case
it changes we should be consistent.
Yes, this is fine.

Thanks,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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