summaryrefslogtreecommitdiff
path: root/util/cairo-api-update
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-05-17 09:13:02 +0000
committerCarl Worth <cworth@cworth.org>2005-05-17 09:13:02 +0000
commit5cc39a708c623cbe6a8c5efdad538778b2fbadd7 (patch)
tree87516e7872251b7621f8e038cca4e8ee211d4a36 /util/cairo-api-update
parentec84ace5a6830778d29d36f9fc87361e8545f57b (diff)
Remove #ifdef munging since we once again support either #if or #ifdef.
Diffstat (limited to 'util/cairo-api-update')
-rwxr-xr-xutil/cairo-api-update1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cairo-api-update b/util/cairo-api-update
index 5cc2386c..e16df43f 100755
--- a/util/cairo-api-update
+++ b/util/cairo-api-update
@@ -52,7 +52,6 @@ cairo_api_update() {
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