From 267c54dcef41ab0ee383b208117b35b3e9d5665c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Sep 2007 22:49:46 +0000 Subject: * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm' modifier. Patch by Jakub Jelinek. --- misc/sys/cdefs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'misc/sys') diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 6b2a4fd881..4d8c405b30 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -282,10 +282,7 @@ /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99 inline semantics, unless -fgnu89-inline is used. */ -#if !defined __cplusplus || __GNUC_PREREQ (4,3) \ - || (defined __GNUC_RH_RELEASE__ && __GNUC__ == 4 \ - && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 2 \ - && __GNUC_RH_RELEASE__ >= 23) +#if !defined __cplusplus || __GNUC_PREREQ (4,3) # if defined __GNUC_STDC_INLINE__ || defined __cplusplus # define __extern_inline extern __inline __attribute__ ((__gnu_inline__)) # define __extern_always_inline \ -- cgit 1.4.1