Drazen Kacar <[EMAIL PROTECTED]> writes:

> Hm. But that only prevents ctype.h from being included and not the
> functions from being used. That's OK, but it's not foolproof.

Right.  And it causes problems on machines that include <ctype.h>
through another header file.  Which is why I am strongly inclined to
remove that error in its current form.

But perhaps this would work:

#undef isalpha
#define isalpha ***please use ISALPHA***

And so on.

Reply via email to