From: Carlos Garcia Campos Date: Sun, 1 Feb 2009 10:12:00 +0000 (+0000) Subject: Fix build when debug mode is disabled. X-Git-Tag: EVINCE_2_25_90~12 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=90839f7bfb620f737de365e45384b4b1f90470e9;p=evince.git Fix build when debug mode is disabled. 2009-02-01 Carlos Garcia Campos * libdocument/ev-debug.h: Fix build when debug mode is disabled. svn path=/trunk/; revision=3395 --- diff --git a/ChangeLog b/ChangeLog index 91e90e3f..f14fa1b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-01 Carlos Garcia Campos + + * libdocument/ev-debug.h: + + Fix build when debug mode is disabled. + 2009-01-30 Christian Persch * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make diff --git a/libdocument/ev-debug.h b/libdocument/ev-debug.h index e97cdf46..08f5e456 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