aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 65940b40b..5a3c75ff6 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -248,7 +248,7 @@ int strverscmp(const char *s1, const char *s2);
248/* 248/*
249 * strings.h 249 * strings.h
250 */ 250 */
251#if !defined(__clang__) 251#if !defined(__GNUC__)
252int ffs(int i); 252int ffs(int i);
253#else 253#else
254# define ffs(i) __builtin_ffs(i) 254# define ffs(i) __builtin_ffs(i)