bug-make
[Top][All Lists]
Advanced

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

Re: "load" on Windows


From: David Boyce
Subject: Re: "load" on Windows
Date: Sat, 5 Oct 2013 10:22:13 -0400

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?

-David Boyce 

reply via email to

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