From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26833 invoked by alias); 16 Aug 2002 21:43:11 -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 26825 invoked from network); 16 Aug 2002 21:43:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Aug 2002 21:43:10 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7GLTBl01561 for ; Fri, 16 Aug 2002 17:29:11 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7GLh7u03718; Fri, 16 Aug 2002 17:43:07 -0400 Received: from romulus.sfbay.redhat.com (IDENT:Kc8DnOJMoxmegArBDVGjCJo61utQb9uj@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7GLh6e27613; Fri, 16 Aug 2002 14:43:06 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7GLh5u31737; Fri, 16 Aug 2002 14:43:05 -0700 Date: Fri, 16 Aug 2002 14:43:00 -0000 From: Kevin Buettner Message-Id: <1020816214304.ZM31736@localhost.localdomain> In-Reply-To: Andrew Cagney "[patch/rfc] complaint() -> complaints() rewrite #2" (Aug 14, 9:36pm) References: <3D5B05A9.3060102@ges.redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] complaint() -> complaints() rewrite #2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00461.txt.bz2 On Aug 14, 9:36pm, Andrew Cagney wrote: > I'd like to propose a new complaints interface: > > void complaint (const char *fmt, ...); I took a look at the patch. It looks okay to me. Kevin