Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-debug.h
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 /libdocument/ev-debug.h
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
Diffstat (limited to 'libdocument/ev-debug.h')
-rw-r--r--libdocument/ev-debug.h4
1 files changed, 2 insertions, 2 deletions
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