[cairo-commit] cairo/util cairo-api-update,1.6,1.7

Carl Worth commit at pdx.freedesktop.org
Tue May 17 09:13:04 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/util
In directory gabe:/tmp/cvs-serv13242/util

Modified Files:
	cairo-api-update 
Log Message:

        * util/cairo-api-update: Remove #ifdef munging since we once again
        support either #if or #ifdef.


Index: cairo-api-update
===================================================================
RCS file: /cvs/cairo/cairo/util/cairo-api-update,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo-api-update	17 May 2005 15:26:37 -0000	1.6
+++ cairo-api-update	17 May 2005 16:13:02 -0000	1.7
@@ -52,7 +52,6 @@
 		s/CAIRO_OPERATOR_IN_REVERSE/CAIRO_OPERATOR_DEST_IN/g
 		s/CAIRO_OPERATOR_OUT_REVERSE/CAIRO_OPERATOR_DEST_OUT/g
 		s/CAIRO_OPERATOR_ATOP_REVERSE/CAIRO_OPERATOR_DEST_ATOP/g
-		s/^#\([ 	]*\)ifdef[ 	]*CAIRO_HAS/#\1if CAIRO_HAS/g
 		}
 		' $backup > $file
 




More information about the cairo-commit mailing list