evolution-data-server r9527 - trunk/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9527 - trunk/camel
- Date: Fri, 12 Sep 2008 05:37:39 +0000 (UTC)
Author: sragavan
Date: Fri Sep 12 05:37:39 2008
New Revision: 9527
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9527&view=rev
Log:
2008-09-12 Srinivasa Ragavan <sragavan novell com>
* camel/camel-db.c:
* camel/camel-db.h: Make CAMEL_DB_DEBUG as ifdef
Modified:
trunk/camel/ChangeLog
trunk/camel/camel-db.c
trunk/camel/camel-db.h
Modified: trunk/camel/camel-db.c
==============================================================================
--- trunk/camel/camel-db.c (original)
+++ trunk/camel/camel-db.c Fri Sep 12 05:37:39 2008
@@ -23,8 +23,6 @@
* USA
*/
-#define CAMEL_DB_DEBUG 0
-
#include "camel-db.h"
#include "camel-string-utils.h"
@@ -38,7 +36,7 @@
#include "camel-debug.h"
-#if CAMEL_DB_DEBUG
+#ifdef CAMEL_DB_DEBUG
/* Enable d(x) if you want */
#define d(x)
/* Yeah it leaks, so fix it while debugging */
Modified: trunk/camel/camel-db.h
==============================================================================
--- trunk/camel/camel-db.h (original)
+++ trunk/camel/camel-db.h Fri Sep 12 05:37:39 2008
@@ -16,7 +16,7 @@
const char *sort_by;
const char *collate;
CamelDBCollate collate_cb;
-#if CAMEL_DB_DEBUG
+#ifdef CAMEL_DB_DEBUG
GTimer *timer;
#endif
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]