summaryrefslogtreecommitdiff
path: root/posix/fnmatch_loop.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-05 02:51:34 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-05 02:51:34 +0000
commit817a51e296ac7335b8e161756dbc18012f86f4cd (patch)
tree39c28cb42cc4721efb28c5f4220ecf5b2188e0fc /posix/fnmatch_loop.c
parente2700a69f4af8f00c2dc963676a5af77aeb5e691 (diff)
Update.
2001-04-04 Ulrich Drepper <drepper@redhat.com> * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used anymore.
Diffstat (limited to 'posix/fnmatch_loop.c')
-rw-r--r--posix/fnmatch_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c
index fd25853c31..fb504c2b00 100644
--- a/posix/fnmatch_loop.c
+++ b/posix/fnmatch_loop.c
@@ -1075,6 +1075,7 @@ EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
}
assert (list != NULL);
assert (p[-1] == L(')'));
+#undef NEW_PATTERN
switch (opt)
{