Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 02:05:07 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135933 for review
Message-ID:  <200802220205.m1M257Lt023973@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135933

Change 135933 by sam@sam_ebb on 2008/02/22 02:04:51

	use preferred syntax
	Submitted by:	kan

Affected files ...

.. //depot/projects/vap/sys/sys/cdefs.h#8 edit

Differences ...

==== //depot/projects/vap/sys/sys/cdefs.h#8 (text+ko) ====

@@ -242,7 +242,7 @@
 #endif
 
 #if __GNUC_PREREQ__(3, 1)
-#define	__noinline	__attribute__ ((noinline))
+#define	__noinline	__attribute__ ((__noinline__))
 #else
 #define	__noinline
 #endif



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