** 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
This commit is contained in:
Matthew Barnes
2009-02-01 01:18:42 +00:00
committed by Matthew Barnes
parent 92f58ec041
commit 51dba6bd0c
13 changed files with 15 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2009-01-31 Matthew Barnes <mbarnes@redhat.com>
** Disable debug macros (#define d(x) x) throughout. (#569638)
2009-01-29 Tor Lillqvist <tml@novell.com>
Cross-compilation from Linux to Windows support by Fridrich Strba.

View File

@ -34,7 +34,7 @@
#include "gal-view-minicard.h"
#define PARENT_TYPE gal_view_get_type ()
#define d(x) x
#define d(x)
static GalViewClass *gal_view_minicard_parent_class;

View File

@ -46,7 +46,7 @@ struct _AlarmNotifyPrivate {
GMutex *mutex;
};
#define d(x) x
#define d(x)
static void alarm_notify_class_init (AlarmNotifyClass *klass);

View File

@ -57,7 +57,7 @@
#define d(x) x
#define d(x)
/* The dialog with alarm nofications */
static AlarmNotificationsDialog *alarm_notifications_dialog = NULL;

View File

@ -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;

View File

@ -118,7 +118,6 @@ struct _MemosComponentPrivate {
GList *notifications;
};
/* #define d(x) x */
#define d(x)
static void

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -76,7 +76,7 @@ static const GOptionEntry options[] = {
{ NULL }
};
#define d(x) x
#define d(x)
#define rc(x) G_STMT_START { g_message (x); system (x); } G_STMT_END

View File

@ -39,7 +39,7 @@
#include "email-custom-header.h"
#define d(x) x
#define d(x)
#define GCONF_KEY_CUSTOM_HEADER "/apps/evolution/eplugin/email_custom_header/customHeader"
typedef struct {

View File

@ -32,7 +32,7 @@
#include <e-util/e-error.h>
#include <e-util/e-util.h>
#define d(x) x
#define d(x)
gboolean e_plugin_ui_init (GtkUIManager *manager,
EMsgComposer *composer);

View File

@ -46,7 +46,7 @@
#include <glib/gi18n.h>
#include "e-unicode.h"
#define d(x) x
#define d(x)
#define FONT_TESTING
#define MAX_DECOMP 8