From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6191 invoked by alias); 14 Jul 2002 17:10:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6177 invoked from network); 14 Jul 2002 17:10:20 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 14 Jul 2002 17:10:20 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 44DB1D2CBD; Sun, 14 Jul 2002 10:10:20 -0700 (PDT) Date: Sun, 14 Jul 2002 10:12:00 -0000 From: Joel Brobecker To: Aidan Skinner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] ada-tasks.c: k&r defn cleanup Message-ID: <20020714171020.GD1124@gnat.com> References: <20020714131348.L21268@velvet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020714131348.L21268@velvet.net> User-Agent: Mutt/1.4i X-SW-Source: 2002-07/txt/msg00305.txt.bz2 > +2002-07-14 Aidan Skinner > + > + * ada-tasks.c: change k&r style function definitions to prototyped > + form. Thank you. Some very very minor comments, as I happened to make the same changes in our tree: > -info_task (arg, from_tty) > - char *arg; > - int from_tty; > +info_task (char * arg, int from_tty) ^-- Remove the space here? > -_initialize_tasks () > +_initialize_tasks (void ) ^-- Remove this space. -- Joel