Paul Eggert wrote: > Bob Proulx writes: > > cc -I. -Ae -O -c fnmatch.c > > cc: "fnmatch_loop.c", line 604: error 1588: "is_seqval" undefined. > > Thanks for catching that; I installed this obvious patch. > > 2007-01-23 Paul Eggert <[EMAIL PROTECTED]> > > * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the > 2004-12-01 change by Jakub Jelinek, since this code won't compile > if !LIBC. Problem reported by Bob Proulx.
Yes. That worked. Thanks for fixing that! Bob