From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15744 invoked by alias); 21 Sep 2008 03:13:42 -0000 Received: (qmail 15736 invoked by uid 22791); 21 Sep 2008 03:13:41 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Sep 2008 03:13:02 +0000 Received: from HOME-C4E4A596F7 ([77.127.116.246]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K7I00MZXZN83840@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sun, 21 Sep 2008 06:13:57 +0300 (IDT) Date: Sun, 21 Sep 2008 03:13: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/msg00449.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Sat, 20 Sep 2008 15:54:51 -0600 > > In the interest of full disclosure, there is another pedantic error > case that this code does not handle: it is invalid to attempt to paste > two things which do not form a token. I did not implement checking > for this -- but perhaps you would want that? > > I think this patch addresses all your concerns. I also incorporated a > documentation update, which was sitting unsubmitted in my patch queue. Thanks. I think we also need a NEWS entry.