[Xcb-commit] xcb/src xcb.h,1.7,1.8

Jamey Sharp xcb-commit at lists.freedesktop.org
Wed Dec 7 23:15:14 PST 2005


Update of /cvs/xcb/xcb/src
In directory gabe:/tmp/cvs-serv28553/src

Modified Files:
	xcb.h 
Log Message:
Looks like the deprecated existed back in GCC 3.1.

Index: xcb.h
===================================================================
RCS file: /cvs/xcb/xcb/src/xcb.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xcb.h	8 Dec 2005 07:07:22 -0000	1.7
+++ xcb.h	8 Dec 2005 07:15:12 -0000	1.8
@@ -36,7 +36,7 @@
 extern "C" {
 #endif
 
-#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3))
+#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
 #define deprecated __attribute__((__deprecated__))
 #else
 #define deprecated



More information about the xcb-commit mailing list