This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Patch: ctype.h replacement


On Wed, Nov 29, 2000 at 01:43:02PM +0000, Jason Merrill wrote:
> Why did you decide to redefine the standard ctype macros rather than the
> capitalized versions used in GCC?  The latter seems clearer to me, so
> that I know I'm dealing with a tweaked version rather than the
> standard library functionality.

Assuming that we never want the C library's ctype macros, it seemed
safer to me to replace them than rely on our capitalized versions
being used everywhere.

You make a good point, though, and the patch would be a lot smaller
your way.  

zw

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