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]: Add check for stdint header


In system.h:

+#ifdef HAVE_INTTYPE_H

typo (HAVE_INTTYPES_H)

> ? ? ? ?* config.in (HAVE_STDINT_H): New undef.
> ? ? ? ?(HAVE_INTTYPES_H): New undef.
> ? ? ? ?(HAVE_UINTPTR_T): New undef.
> ? ? ? ?(HAVE_INTPTR_T): New undef.
> ? ? ? ?(uintptr_t): New undef.
> ? ? ? ?(intptr_t): New undef.

Just regenerate this with autoheader.

Ok for trunk at the end of the slush, thanks.

Paolo


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