> Date: Sat, 5 Oct 2013 10:22:13 -0400
> From: David Boyce <[email protected]>
> Cc: Gisle Vanem <[email protected]>, Paul Smith <[email protected]>, bug-make 
> <[email protected]>
> 
> 
> [1:text/plain Hide]
> 
> On Sat, Oct 5, 2013 at 9:34 AM, Eli Zaretskii <[email protected]> wrote:
> 
> >     while (*e && ( (*e >= 'a' && *e <= 'z') || *e == '-'))  <<<<<<<<<<<<
> >
> 
> Isn't this awfully ascii-ish anyway? Can it use isalpha() or some similar
> abstraction instead?

isalpha won't cut it, we probably need to test islower as well.

_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to