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? -David Boyce
_______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
