From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30841 invoked by alias); 25 Nov 2003 06:54:35 -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 30833 invoked from network); 25 Nov 2003 06:54:35 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 25 Nov 2003 06:54:35 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AOY2Z-0001VF-On; Tue, 25 Nov 2003 02:55:21 -0500 Date: Tue, 25 Nov 2003 06:54:00 -0000 Message-Id: From: Eli Zaretskii To: David Carlton CC: cagney@gnu.org,gdb-patches@sources.redhat.com In-reply-to: (message from David Carlton on Mon, 24 Nov 2003 12:06:24 -0800) Subject: Re: [commit] Deprecate remaining STREQ uses Reply-to: Eli Zaretskii References: <3FC119EB.1060102@gnu.org> <3FC234C0.1000500@gnu.org> <2914-Mon24Nov2003212333+0200-eliz@elta.co.il> X-SW-Source: 2003-11/txt/msg00556.txt.bz2 > From: David Carlton > Date: Mon, 24 Nov 2003 12:06:24 -0800 > > I was thinking that just using keyboard macros might do the trick: For such a simple job, it probably would. But c-macro-expand is more trustworthy, IMHO: it actually runs cpp and has provisions for you to specify the same compiler switches as are used during an actual compilation, so you don't run a risk of missing some obscure #define somewhere. > go forward a regexp You probably meant to go forward a sexp.