aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/fnmatch.c b/win32/fnmatch.c
index 5d2ea685d..0e76a7ba1 100644
--- a/win32/fnmatch.c
+++ b/win32/fnmatch.c
@@ -108,7 +108,7 @@ int index_in_strings(const char *strings, const char *key) FAST_FUNC;
108# define IS_CHAR_CLASS(string) wctype (string) 108# define IS_CHAR_CLASS(string) wctype (string)
109# endif 109# endif
110# else 110# else
111# define CHAR_CLASS_MAX_LENGTH 6 /* Namely, `xdigit'. */ 111# define CHAR_CLASS_MAX_LENGTH 7 /* Namely, `xdigit'. */
112 112
113# define IS_CHAR_CLASS(string) \ 113# define IS_CHAR_CLASS(string) \
114 (STREQ (string, "alpha") || STREQ (string, "upper") \ 114 (STREQ (string, "alpha") || STREQ (string, "upper") \