Author: pfg
Date: Fri May 15 20:47:25 2015
New Revision: 282989
URL: https://svnweb.freebsd.org/changeset/base/282989

Log:
  Break apart the gnu_inline attribute and use "artificial" if available.
  
  Missing #endif
  
  Reported by:  jhb, jenkins
  Pointed hat:  me

Modified:
  head/sys/sys/cdefs.h

Modified: head/sys/sys/cdefs.h
==============================================================================
--- head/sys/sys/cdefs.h        Fri May 15 20:43:37 2015        (r282988)
+++ head/sys/sys/cdefs.h        Fri May 15 20:47:25 2015        (r282989)
@@ -550,6 +550,7 @@
 #else
 #define        __gnu_inline
 #endif
+#endif
 
 /* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
 #if defined(__FreeBSD_cc_version) && __FreeBSD_cc_version >= 300001 && \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to