PERFORCE change 135831 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Wed Feb 20 19:40:03 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=135831
Change 135831 by sam at sam_ebb on 2008/02/20 19:39:30
	add __noinline
	Submitted by:	bsdimp
Affected files ...
.. //depot/projects/vap/sys/sys/cdefs.h#7 edit
Differences ...
==== //depot/projects/vap/sys/sys/cdefs.h#7 (text+ko) ====
@@ -241,6 +241,12 @@
 #define	__gnu89_inline
 #endif
 
+#if __GNUC_PREREQ__(3, 1)
+#define	__noinline	__attribute__ ((noinline))
+#else
+#define	__noinline
+#endif
+
 #if __GNUC_PREREQ__(3, 3)
 #define __nonnull(x)	__attribute__((__nonnull__(x)))
 #else
    
    
More information about the p4-projects
mailing list