bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "load" on Windows


From: Eli Zaretskii
Subject: Re: "load" on Windows
Date: Sat, 05 Oct 2013 17:48:40 +0300

> Date: Sat, 5 Oct 2013 10:22:13 -0400
> From: David Boyce <address@hidden>
> Cc: Gisle Vanem <address@hidden>, Paul Smith <address@hidden>, bug-make 
> <address@hidden>
> 
> 
> [1:text/plain Hide]
> 
> On Sat, Oct 5, 2013 at 9:34 AM, Eli Zaretskii <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]