From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26817 invoked by alias); 21 Sep 2008 18:01:43 -0000 Received: (qmail 26809 invoked by uid 22791); 21 Sep 2008 18:01:42 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Sep 2008 18:01:04 +0000 Received: from HOME-C4E4A596F7 ([77.127.116.246]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K7K00LLH4R7TFF2@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sun, 21 Sep 2008 21:01:56 +0300 (IDT) Date: Sun, 21 Sep 2008 18:01:00 -0000 From: Eli Zaretskii Subject: Re: RFA: implement all missing macro expansion features In-reply-to: X-012-Sender: halo1@inter.net.il To: Tom Tromey Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080920001852.GC23372@adacore.com> <20080920151859.GD23372@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00453.txt.bz2 > Cc: brobecker@adacore.com, gdb-patches@sourceware.org > From: Tom Tromey > Date: Sat, 20 Sep 2008 21:23:39 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> Thanks. I think we also need a NEWS entry. > > Please review. Thanks. > +* GDB now supports the token-splicing (##) and stringification (#) > +operators when expanding macros. It also now supports variable-arity > +macros. ^^^ Think this "now" should be removed. The previous sentence already says "now". Otherwise, this is fine.