Drazen Kacar <[EMAIL PROTECTED]> writes:

> > Any idea what would be a sensible way to cover this ?
> 
> Instead of:
> 
> #ifdef isalpha
> #error
> #else
> ...
> 
> make a bunch of:
> 
> #undef isalpha
> #undef isdigit
> ...

That wouldn't serve a useful purpose since Wget doesn't use ctype
macros -- the new versions are named ISALPHA, etc.  As far as I can
tell, the only reason that error exists in the first place is to
prevent ctype creeping into the sources by mistake.

Reply via email to