[cairo-commit] libpixman/src icint.h,1.32,1.33

Jeff Muizelaar commit at pdx.freedesktop.org
Sat Jun 25 14:41:40 PDT 2005


Committed by: jrmuizel

Update of /cvs/cairo/libpixman/src
In directory gabe:/tmp/cvs-serv20868/src

Modified Files:
	icint.h 
Log Message:
2005-06-25  Jeff Muizelaar  <jeff at infidigm.net>

	* src/icint.h:
	Fix broken build on older gcc's caused by overzealous s/IC_/FB_/g


Index: icint.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/icint.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- icint.h	25 Jun 2005 03:13:19 -0000	1.32
+++ icint.h	25 Jun 2005 21:41:38 -0000	1.33
@@ -793,7 +793,7 @@
 #  define _FbOnes(mask)		__builtin_popcountl((mask) & 0xffffffff)
 # endif
 #else
-# define ICINT_NEED_FB_ONES
+# define ICINT_NEED_IC_ONES
 int
 _FbOnes(unsigned long mask);
 #endif




More information about the cairo-commit mailing list