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_l
[EMAIL PROTECTED] (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 (interna
Paul Eggert wrote:
> 2007-01-23 Paul Eggert <[EMAIL PROTECTED]>
> Import the following changes from libc.
> 2004-12-01 Jakub Jelinek <[EMAIL PROTECTED]>
> * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
> normal_bracket label.
> ...
> @@ -592,6 +599,9 @@ F
I installed this:
2007-01-23 Paul Eggert <[EMAIL PROTECTED]>
Import the following changes from libc.
2005-10-14 Ulrich Drepper <[EMAIL PROTECTED]>
* lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2004-12-01 Jakub Jelinek <[EMAIL PROTECTED]