svn commit: r282990 - head/sys/sys
Pedro F. Giffuni
pfg at FreeBSD.org
Fri May 15 20:53:44 UTC 2015
Author: pfg
Date: Fri May 15 20:53:43 2015
New Revision: 282990
URL: https://svnweb.freebsd.org/changeset/base/282990
Log:
Break apart the gnu_inline attribute and use "artificial" if available.
Missing #endif (in wrong place)
Pointed hat: me
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
==============================================================================
--- head/sys/sys/cdefs.h Fri May 15 20:47:25 2015 (r282989)
+++ head/sys/sys/cdefs.h Fri May 15 20:53:43 2015 (r282990)
@@ -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 && \
More information about the svn-src-head
mailing list