From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23407 invoked by alias); 14 May 2002 06:49:31 -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 23399 invoked from network); 14 May 2002 06:49:29 -0000 Received: from unknown (HELO monkey.daikokuya.demon.co.uk) (158.152.184.26) by sources.redhat.com with SMTP; 14 May 2002 06:49:29 -0000 Received: from neil by monkey.daikokuya.demon.co.uk with local (Exim 3.35 #1 (Debian)) id 177W8W-0005v8-00; Tue, 14 May 2002 07:50:16 +0100 Date: Mon, 13 May 2002 23:49:00 -0000 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: document macro support Message-ID: <20020514065015.GA22717@daikokuya.demon.co.uk> References: <20020513233504.BE1495EA11@zwingli.cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020513233504.BE1495EA11@zwingli.cygnus.com> User-Agent: Mutt/1.3.27i From: Neil Booth X-SW-Source: 2002-05/txt/msg00531.txt.bz2 Jim Blandy wrote:- > > 2002-05-13 Jim Blandy > > * gdbint.texinfo (C Preprocessor Macros): New chapter. > Include it in the main menu. > (Contributors): Credit Jim Blandy with macro support. > (Compilation): Explain how to get macro information into the > executable. > (Expressions): Note that preprocessor macros are expanded. Hi Jim, Just a minor nit: in GCC, we're quite picky now about using @command and @option correctly. Is there any progress on using libcpp, or is that on the back burner? Neil.