This is the mail archive of the gdb-patches@sourceware.org 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: Patch for isdigit/isalpha/etc. macro arguments


> Sorry, you obviously spent some serious amount of time fixing this,
> but I think this is just gross.  It also would just hide the bug
> mentioned above.  I guess we should use -liberty's "safe-ctype.h"
> instead.

It didn't take that long, I kept going because I kept thinking I had
found the "last one".  I didn't realise how many of them there were
until I finally had a build working.  Using -liberty and safe-ctype.h
seems reasonable but it looks like we still need to change all the files
though in order to switch them from isdigit, etc.  to ISDIGIT, etc.  is
that correct?

Steve Ellcey
sje@cup.hp.com


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