From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20935 invoked by alias); 21 Sep 2004 18:22:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20926 invoked from network); 21 Sep 2004 18:22:58 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.10) by sourceware.org with SMTP; 21 Sep 2004 18:22:58 -0000 Received: (qmail 16375 invoked from network); 21 Sep 2004 18:22:57 -0000 Received: from taltos.codesourcery.com (zack@66.92.218.83) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 21 Sep 2004 18:22:57 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Tue, 21 Sep 2004 11:22:54 -0700 To: Matt Austern Cc: Steven Bosscher , gcc@gcc.gnu.org Subject: Re: Please *bootstrap* patches References: <1399152.1095758329809.SLOX.WebMail.wwwrun@extimap.suse.de> <13CEF8E9-0BFA-11D9-AC2C-000A95AA5E5E@apple.com> From: Zack Weinberg Date: Tue, 21 Sep 2004 18:56:00 -0000 In-Reply-To: <13CEF8E9-0BFA-11D9-AC2C-000A95AA5E5E@apple.com> (Matt Austern's message of "Tue, 21 Sep 2004 11:14:28 -0700") Message-ID: <871xgv32ip.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg01249.txt.bz2 Matt Austern writes: > ../../fsf.u/gcc/java/gjavah.c:642: warning: function declaration isn't > a prototype ... > Anyone mind if I check in the patch below as obvious? I'll officially approve that, even. :-) zw > > Index: gcc/java/gjavah.c > =================================================================== > RCS file: /cvs/gcc/gcc/gcc/java/gjavah.c,v > retrieving revision 1.119 > diff -p -r1.119 gjavah.c > *** gcc/java/gjavah.c 21 Sep 2004 16:28:40 -0000 1.119 > --- gcc/java/gjavah.c 21 Sep 2004 18:14:10 -0000 > *************** name_is_method_p (const unsigned char *n > *** 638,644 **** > > /* Free the method name list. */ > static void > ! free_method_name_list () > { > struct method_name *p = method_name_list; > while (p != NULL) > --- 638,644 ---- > > /* Free the method name list. */ > static void > ! free_method_name_list (void) > { > struct method_name *p = method_name_list; > while (p != NULL)