diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/fnmatch_loop.c | 1 |
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) { |