diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 14:23:34 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 14:23:34 +0300 |
commit | 55644d2f1cddf1777587f213ed581b6087d9fdad (patch) | |
tree | 8ed9270c22b010c2469f6ddc177404064aa67b02 /mi | |
parent | 22e64108ec63ba77779891f8df237913ef9ca731 (diff) |
Make --enable-debug usable again
Enable region debugging causes assertion failures (should really look
into that, though), and I don't need four messages every time I move my
pointer.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miregion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/miregion.c b/mi/miregion.c index 7e9f5e109..be979347a 100644 --- a/mi/miregion.c +++ b/mi/miregion.c @@ -88,7 +88,7 @@ Equipment Corporation. #include <pixman.h> #undef assert -#ifdef DEBUG +#ifdef REGION_DEBUG #define assert(expr) { \ CARD32 *foo = NULL; \ if (!(expr)) { \ |