> Date: Sat, 5 Oct 2013 10:22:13 -0400 > From: David Boyce <david.s.bo...@gmail.com> > Cc: Gisle Vanem <gva...@yahoo.no>, Paul Smith <psm...@gnu.org>, bug-make > <bug-make@gnu.org> > > > [1:text/plain Hide] > > On Sat, Oct 5, 2013 at 9:34 AM, Eli Zaretskii <e...@gnu.org> 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 Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make