2004-12-01 change by Jakub Jelinek, since this code won't compile
if !LIBC. Problem reported by Bob Proulx.
+2007-01-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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.
+
2007-01-23 Bruno Haible <bruno@clisp.org>
* lib/striconveh.c: Include c-strcaseeq.h.
if (!is_range && c == fn)
goto matched;
+#if _LIBC
/* This is needed if we goto normal_bracket; from
outside of is_seqval's scope. */
is_seqval = false;
+#endif
+
cold = c;
c = *p++;
}