diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-02 08:56:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-02 08:56:09 +0800 |
commit | 7f77a607eaf0636fb983f51c4697a298596b7211 (patch) | |
tree | 264213d3cf41c0a606e78153a3497227331a81c9 /mail/mail-ops.c | |
parent | 863c2afc5c3fbaecdc1cdb6e7a70ceccce17ae07 (diff) | |
download | gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.gz gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.bz2 gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.lz gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.xz gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.zst gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.zip |
fixed unresolved symbol (d)
svn path=/trunk/; revision=7207
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |