From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20307 invoked by alias); 5 Sep 2009 12:41:03 -0000 Received: (qmail 20299 invoked by uid 22791); 5 Sep 2009 12:41:02 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f207.google.com (HELO mail-fx0-f207.google.com) (209.85.220.207) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Sep 2009 12:40:57 +0000 Received: by fxm3 with SMTP id 3so1159173fxm.8 for ; Sat, 05 Sep 2009 05:40:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.154.84 with SMTP id n20mr10108198bkw.146.1252154454100; Sat, 05 Sep 2009 05:40:54 -0700 (PDT) In-Reply-To: <90baa01f0909040707g4b5f3b32ve36e6bb6557ae3ab@mail.gmail.com> References: <4AA10C84.9010309@net-b.de> <90baa01f0909040552v1b27414bo37a7e60ad0438b5b@mail.gmail.com> <4AA11386.2000007@net-b.de> <4AA115B3.2060604@gnu.org> <90baa01f0909040707g4b5f3b32ve36e6bb6557ae3ab@mail.gmail.com> From: Paolo Bonzini Date: Sat, 05 Sep 2009 12:41:00 -0000 Message-ID: Subject: Re: [patch]: Add check for stdint header To: Kai Tietz Cc: Tobias Burnus , gcc patches , Richard Guenther , Richard Henderson , Ralf Wildenhues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00399.txt.bz2 In system.h: +#ifdef HAVE_INTTYPE_H typo (HAVE_INTTYPES_H) > =A0 =A0 =A0 =A0* config.in (HAVE_STDINT_H): New undef. > =A0 =A0 =A0 =A0(HAVE_INTTYPES_H): New undef. > =A0 =A0 =A0 =A0(HAVE_UINTPTR_T): New undef. > =A0 =A0 =A0 =A0(HAVE_INTPTR_T): New undef. > =A0 =A0 =A0 =A0(uintptr_t): New undef. > =A0 =A0 =A0 =A0(intptr_t): New undef. Just regenerate this with autoheader. Ok for trunk at the end of the slush, thanks. Paolo