From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8522 invoked by alias); 26 Jun 2004 01:05:37 -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 8495 invoked from network); 26 Jun 2004 01:05:35 -0000 Received: from unknown (HELO develer.com) (151.38.19.110) by sourceware.org with SMTP; 26 Jun 2004 01:05:35 -0000 Received: (qmail 29569 invoked from network); 26 Jun 2004 01:05:33 -0000 Received: from beetle.trilan (HELO ?10.3.2.254?) (?gfstYHG1iv3XO6HCVwextcBufYZzWAGh?@10.3.2.254) by ns.trilan with SMTP; 26 Jun 2004 01:05:33 -0000 Message-ID: <40DCCBDD.90606@develer.com> Date: Sat, 26 Jun 2004 01:05:00 -0000 From: Bernardo Innocenti Organization: Develer S.r.l. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040622 MIME-Version: 1.0 To: Bernardo Innocenti CC: GCC Patches , gdb-patches@sources.redhat.com, binutils@sources.redhat.com, DJ Delorie , ian@wasabisystems.com Subject: Re: [top-level] C++-friendly allocators for libiberty References: <40DCC86A.4010306@develer.com> In-Reply-To: <40DCC86A.4010306@develer.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00543.txt.bz2 Bernardo Innocenti wrote: > +#define xcrealloc(P, T) (T *) xrealloc (P, sizeof(T)) This should have been "xrenew" (unless someone comes up with a better name for it). -- // Bernardo Innocenti - Develer S.r.l., R&D dept. \X/ http://www.develer.com/