diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-29 14:07:19 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-29 14:07:19 +0000 |
commit | 8f646a2cfa6d68125bc7e18fe70a9a056a167367 (patch) | |
tree | 2efb398003bc19d63b34f62c40f0ffa48cd48cc7 /lib/fnmatch_loop.c | |
parent | 7ea1831bf1d15b4e4d0bd8d8034d9b0c24e01617 (diff) | |
download | idutils-8f646a2cfa6d68125bc7e18fe70a9a056a167367.tar.gz idutils-8f646a2cfa6d68125bc7e18fe70a9a056a167367.tar.bz2 idutils-8f646a2cfa6d68125bc7e18fe70a9a056a167367.zip |
* updated with latest gnulib
Diffstat (limited to 'lib/fnmatch_loop.c')
-rw-r--r-- | lib/fnmatch_loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fnmatch_loop.c b/lib/fnmatch_loop.c index 3094a17..2b5897c 100644 --- a/lib/fnmatch_loop.c +++ b/lib/fnmatch_loop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005 +/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -1188,5 +1188,5 @@ EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, #undef STRCOLL #undef STRLEN #undef STRCAT -#undef L +#undef L_ #undef BTOWC |