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


> Date: Sun, 23 Nov 2003 15:34:51 -0500
> From: Andrew Cagney <cagney@gnu.org>
> 
> This patch deprecates remaining STREQ and STREQ uses.  These are the
> ones that weren't covered by my testing GDB on a stabs system.  It is
> worth noting that the bulk occure in language specific files - this
> suggests an area that needs improved testsuite coverage.

Sorry, I don't get the rationale for renaming STR* into
DEPRECATED_STR*.  Are we going to throw away the code that used
STREQN/STREQ?  If not, I don't see any good reasons to do this, as
renaming the macro doesn't get us any closer to the goal of replacing
them with a simple call to the appropriate str* function.

Could you please explain why the renaming is a good idea?


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