diff options
Diffstat (limited to 'win32/regex.c')
-rw-r--r-- | win32/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/regex.c b/win32/regex.c index 95e5d757a..e40a2ea01 100644 --- a/win32/regex.c +++ b/win32/regex.c | |||
@@ -81,7 +81,7 @@ | |||
81 | #include "regexec.c" | 81 | #include "regexec.c" |
82 | 82 | ||
83 | /* Binary backward compatibility. */ | 83 | /* Binary backward compatibility. */ |
84 | #if _LIBC | 84 | #ifdef _LIBC |
85 | # include <shlib-compat.h> | 85 | # include <shlib-compat.h> |
86 | # if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3) | 86 | # if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3) |
87 | link_warning (re_max_failures, "the 're_max_failures' variable is obsolete and will go away.") | 87 | link_warning (re_max_failures, "the 're_max_failures' variable is obsolete and will go away.") |