** 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:

committed by
Matthew Barnes

parent
92f58ec041
commit
51dba6bd0c
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
@ -46,7 +46,7 @@ struct _AlarmNotifyPrivate {
|
||||
GMutex *mutex;
|
||||
};
|
||||
|
||||
#define d(x) x
|
||||
#define d(x)
|
||||
|
||||
|
||||
static void alarm_notify_class_init (AlarmNotifyClass *klass);
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
|
||||
|
||||
#define d(x) x
|
||||
#define d(x)
|
||||
|
||||
/* The dialog with alarm nofications */
|
||||
static AlarmNotificationsDialog *alarm_notifications_dialog = NULL;
|
||||
|
@ -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;
|
||||
|
@ -118,7 +118,6 @@ struct _MemosComponentPrivate {
|
||||
GList *notifications;
|
||||
};
|
||||
|
||||
/* #define d(x) x */
|
||||
#define d(x)
|
||||
|
||||
static void
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user