This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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