Break apart the gnu_inline attribute and use "artificial" if available.
Missing #endif (in wrong place) Pointed hat: me
This commit is contained in:
parent
24bbddbbd1
commit
4ea76c2d38
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282990
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user