From: roland Date: Fri, 6 Nov 1992 20:51:09 +0000 (+0000) Subject: Formerly ../string/string.h.~14~ X-Git-Tag: jems-14oct94~3689 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=cecd32261c3854bca95a25ab63e32f61f86489e2 Formerly ../string/string.h.~14~ --- diff --git a/string/string.h b/string/string.h index 728ce39076..d5894c2755 100644 --- a/string/string.h +++ b/string/string.h @@ -143,10 +143,6 @@ extern int bcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2, size_t __n)); The least-significant bit is position 1, the most-significant 32. */ extern int ffs __P ((int __i)); -#if defined(__GNUC__) && defined(__OPTIMIZE__) -#define ffs(x) __builtin_ffs(x) -#endif /* GCC and optimizing. */ - /* Compare S1 and S2, ignoring case. */ extern int strcasecmp __P ((__const char *__s1, __const char *__s2));