[Commits] [SCM] claws branch, master, updated. 3.18.0-317-gff596f89b
jonathan at claws-mail.org
jonathan at claws-mail.org
Fri Dec 31 19:17:29 UTC 2021
The branch, master has been updated
via ff596f89b8860a3cad050cd1a5dd9e167804d34c (commit)
from 5e410ca8d7115fea7443c8781d20bc4486c44c80 (commit)
Summary of changes:
src/plugins/perl/perl_plugin.c | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit ff596f89b8860a3cad050cd1a5dd9e167804d34c
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Nov 20 05:22:54 2021 -0700
Fix clang -Wmacro-redefined warning
diff --git a/src/plugins/perl/perl_plugin.c b/src/plugins/perl/perl_plugin.c
index 9c0577565..57ea28403 100644
--- a/src/plugins/perl/perl_plugin.c
+++ b/src/plugins/perl/perl_plugin.c
@@ -47,6 +47,10 @@
#include "common/tags.h"
#include "file-utils.h"
+#ifdef YYEMPTY
+# undef YYEMPTY
+#endif
+
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list