This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Deprecate remaining STREQ uses


> From: David Carlton <carlton@kealia.com>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]