Break apart the gnu_inline attribute and use "artificial" if available.

Missing #endif (in wrong place)

Pointed hat:	me
This commit is contained in:
Pedro F. Giffuni 2015-05-15 20:53:43 +00:00
parent 24bbddbbd1
commit 4ea76c2d38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282990

View File

@ -547,10 +547,10 @@
#define __gnu_inline __attribute__((__gnu_inline__, __artificial__))
#else
#define __gnu_inline __attribute__((__gnu_inline__))
#endif /* artificial */
#else
#define __gnu_inline
#endif
#endif
/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
#if defined(__FreeBSD_cc_version) && __FreeBSD_cc_version >= 300001 && \