From 60c9ba4a8fd4891621bb050be9e3395ad81d40a3 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 19 Mar 2013 15:37:55 +0000 Subject: [PATCH] Revert "eina: reenable them as it was a bug from Tasn." This reverts commit a9041777d48df104e307e6111d4c332e75761368. Re-disable them as it was a bug from Cedric. This is the cause for the huge slowdown. --- src/lib/eina/eina_cow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_cow.c b/src/lib/eina/eina_cow.c index f51fcf7597..e816d1a1d8 100644 --- a/src/lib/eina/eina_cow.c +++ b/src/lib/eina/eina_cow.c @@ -38,7 +38,7 @@ #ifdef HAVE_BACKTRACE # include #endif - +#undef EINA_COW_MAGIC_ON #ifdef EINA_COW_MAGIC_ON #define EINA_COW_MAGIC 0xDEADBEEF