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 /mail | |
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 'mail')
-rw-r--r-- | mail/em-migrate.c | 2 | ||||
-rw-r--r-- | mail/importers/elm-importer.c | 2 | ||||
-rw-r--r-- | mail/importers/pine-importer.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 73bb319eb8..c2c63582ea 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -73,7 +73,7 @@ #include "em-utils.h" #include "em-migrate.h" -#define d(x) x +#define d(x) #ifndef G_OS_WIN32 /* No versions previous to 2.8 or thereabouts have been available on diff --git a/mail/importers/elm-importer.c b/mail/importers/elm-importer.c index de26d7c0c1..156c8d08cb 100644 --- a/mail/importers/elm-importer.c +++ b/mail/importers/elm-importer.c @@ -46,7 +46,7 @@ #include "e-util/e-import.h" #include "e-util/e-error.h" -#define d(x) x +#define d(x) struct _elm_import_msg { MailMsg base; diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c index 1036724ad8..e040a4060e 100644 --- a/mail/importers/pine-importer.c +++ b/mail/importers/pine-importer.c @@ -49,7 +49,7 @@ #include "e-util/e-import.h" #include "e-util/e-error.h" -#define d(x) x +#define d(x) struct _pine_import_msg { MailMsg base; |