From 73334e85faf2faf44479c4e5d8367d07cca7059f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 May 1999 08:14:06 +0000 Subject: Update. 1999-05-18 Andreas Jaeger * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary if _FORCE_INLINES. --- sysdeps/i386/i486/bits/string.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/i386/i486/bits/string.h') diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h index 5bf80f0398..39edc6ec56 100644 --- a/sysdeps/i386/i486/bits/string.h +++ b/sysdeps/i386/i486/bits/string.h @@ -430,8 +430,8 @@ memchr (__const void *__s, int __c, size_t __n) /* Return pointer to C in S. */ #define _HAVE_STRING_ARCH_rawmemchr 1 -__STRING_INLINE void *__rawmemchr (const void *__s, int __c); - +__STRING_INLINE void *__rawmemchr (const void *__s, int __c); + #ifndef _FORCE_INLINES __STRING_INLINE void * __rawmemchr (const void *__s, int __c) @@ -446,13 +446,13 @@ __rawmemchr (const void *__s, int __c) : "cc"); return __res - 1; } -#if defined __USE_GNU && !defined _FORCE_INLINES +# ifdef __USE_GNU __STRING_INLINE void * rawmemchr (const void *__s, int __c) { return __rawmemchr (__s, __c); } -# endif /* use GNU */ +# endif /* use GNU */ #endif -- cgit v1.2.3