Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-02-01 10:12:00 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-02-01 10:12:00 (GMT)
commit90839f7bfb620f737de365e45384b4b1f90470e9 (patch)
treedcbbd8579b8157d5330c9af30db3ebb05aa14129
parenteae4670833584a68b7a01653415f259bbf3a61a1 (diff)
Fix build when debug mode is disabled.
2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-debug.h: Fix build when debug mode is disabled. svn path=/trunk/; revision=3395
-rw-r--r--ChangeLog6
-rw-r--r--libdocument/ev-debug.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 91e90e3..f14fa1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libdocument/ev-debug.h:
+
+ Fix build when debug mode is disabled.
+
2009-01-30 Christian Persch <chpe@gnome.org>
* libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
diff --git a/libdocument/ev-debug.h b/libdocument/ev-debug.h
index e97cdf4..08f5e45 100644
--- a/libdocument/ev-debug.h
+++ b/libdocument/ev-debug.h
@@ -45,8 +45,8 @@
#ifndef EV_ENABLE_DEBUG
-#define ev_debug_init()
-#define ev_debug_shutdown()
+#define _ev_debug_init()
+#define _ev_debug_shutdown()
#if defined(G_HAVE_GNUC_VARARGS)
#define ev_debug_message(section, format, args...) G_STMT_START { } G_STMT_END
#define ev_profiler_start(format, args...) G_STMT_START { } G_STMT_END