[cairo-commit] src/cairo-mutex-impl-private.h src/cairo-mutex-type-private.h
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Oct 20 14:59:55 PDT 2008
src/cairo-mutex-impl-private.h | 2 --
src/cairo-mutex-type-private.h | 2 --
2 files changed, 4 deletions(-)
New commits:
commit 83d2552e4cafc9f86a8055abdf6caa685ed4922b
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Oct 20 17:59:09 2008 -0400
Remove CAIRO_BEGIN_DECLS uses that ickle introduced while merging
diff --git a/src/cairo-mutex-impl-private.h b/src/cairo-mutex-impl-private.h
index 5251907..492d23d 100644
--- a/src/cairo-mutex-impl-private.h
+++ b/src/cairo-mutex-impl-private.h
@@ -51,8 +51,6 @@
#include <lockdep.h>
#endif
-CAIRO_BEGIN_DECLS
-
/* A fully qualified no-operation statement */
#define CAIRO_MUTEX_IMPL_NOOP do {/*no-op*/} while (0)
/* And one that evaluates it's argument once */
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h
index 776b0db..4b11a83 100644
--- a/src/cairo-mutex-type-private.h
+++ b/src/cairo-mutex-type-private.h
@@ -44,8 +44,6 @@
#include "cairo-compiler-private.h"
#include "cairo-mutex-impl-private.h"
-CAIRO_BEGIN_DECLS
-
/* Only the following three are mandatory at this point */
#ifndef CAIRO_MUTEX_IMPL_LOCK
# error "CAIRO_MUTEX_IMPL_LOCK not defined. Check cairo-mutex-impl-private.h."
More information about the cairo-commit
mailing list