From 7f77a607eaf0636fb983f51c4697a298596b7211 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 2 Jan 2001 00:56:09 +0000 Subject: fixed unresolved symbol (d) svn path=/trunk/; revision=7207 --- mail/mail-ops.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/mail-ops.c b/mail/mail-ops.c index aa574b53b4..34ec1c6493 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -37,6 +37,8 @@ #include "folder-browser.h" #include "e-util/e-html-utils.h" +#define d(x) x + /* temporary 'hack' */ int mail_operation_run(const mail_operation_spec *op, void *in, int free); -- cgit v1.2.3