From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8325 invoked by alias); 10 May 2002 03:43:50 -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 8310 invoked from network); 10 May 2002 03:43:46 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 10 May 2002 03:43:46 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 571395EA11; Thu, 9 May 2002 22:43:45 -0500 (EST) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: add macro commands References: <20020509235822.DC4F95EA11@zwingli.cygnus.com> <20020510001316.GB15259@nevyn.them.org> From: Jim Blandy Date: Thu, 09 May 2002 20:43:00 -0000 In-Reply-To: <20020510001316.GB15259@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00318.txt.bz2 Daniel Jacobowitz writes: > On Thu, May 09, 2002 at 06:58:22PM -0500, Jim Blandy wrote: > > > > 2002-05-09 Jim Blandy > > > > Add commands for manually expanding macros and showing their > > definitions. > > * macrocmd.c, macroscope.c, macroscope.h: New files. > > * Makefile.in (SFILES): Add macrocmd.c, macroscope.c. > > (macroscope_h): New variable. > > (HFILES_NO_SRCDIR): Add macroscope.h. > > (COMMON_OBS): Add macrocmd.o, macroscope.o. > > (macroscope.o, macrocmd.o): New rules. > > This came up recently... Jim, could you please use PATCH: rather than > RFA:? The 'R' is request, which is obviously inappropriate since > you're committing them at the same time. I'm committing them to jimb-macro-020506-branch, not to the trunk.