Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 20:53:44 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282990 - head/sys/sys
Message-ID:  <201505152053.t4FKrinM077520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505152053.t4FKrinM077520>