diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-02-01 09:18:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-01 09:18:42 +0800 |
commit | 51dba6bd0c19773ba8b631efbf51c07d548fc75c (patch) | |
tree | f436eab528c04f7945da3fc6f74137f55f0b2ab3 /calendar/gui/gnome-cal.c | |
parent | 92f58ec041cecc9323312600a8cef9a1d71cd026 (diff) | |
download | gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.gz gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.zst gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.zip |
** Disable debug macros (#define d(x) x) throughout. (#569638)
2009-01-31 Matthew Barnes <mbarnes@redhat.com>
** Disable debug macros (#define d(x) x) throughout. (#569638)
svn path=/trunk/; revision=37202
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 560c55dd2a..3a539cb1b2 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -88,7 +88,7 @@ #define G_MAXINT32 ((gint32) 0x7fffffff) #endif -#define d(x) x +#define d(x) /* hash table define for non intrusive error dialog */ static GHashTable *non_intrusive_error_table = NULL; |