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]

Re: x-files must die: rather too much at once


 >   * hwint.h: Set HOST_BITS_PER_* in terms of SIZEOF_* macros defined
 >   in auto-host.h.  Set CHAR_BIT.  Clean up HOST_WIDE_INT and *_PRINT
 >   macro setting.  Move HOST_WIDEST_INT and INTTYPE_MINIMUM,
 >   INTTYPE_MAXIMUM stuff here from system.h.

For the sake of consistency, I'd prefer to keep all system includes
and autoconf hacks in system.h.  So I'm rethinking whether hwint.h
should be included via config.h.  Perhaps it should instead be
included via system.h and we leave limits.h/params.h and the INTTYPE_*
stuff in system.h.  Then include hwint.h right after.  That seems
cleaner IMHO.

Thoughts?

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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