This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use __gnu_inline__ for __extern_always_inline in g++-4.2


On 01/07/2013 09:04 PM, Richard Smith wrote:

> Index: include/sys/cdefs.h

Shouldn't that be misc/sys/cdefs.h in the glibc source?

> +# if defined __GNUC_STDC_INLINE__ || \
> +    (defined __cplusplus && defined __GNUC_GNU_INLINE__)

Shouldn't that be "#ifdef __GNUC_GNU_INLINE__"?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]