[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-377-g46f2d1dbc

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Nov 29 08:27:15 CET 2021


The branch, gtk3 has been updated
       via  46f2d1dbc21fff7ce056d924b4084ffe33c699a7 (commit)
      from  20e0932b9bb60ea0437247348b3b8a942ed43ce7 (commit)

Summary of changes:
 src/plugins/perl/perl_plugin.c | 4 ++++
 1 file changed, 4 insertions(+)


- Log -----------------------------------------------------------------
commit 46f2d1dbc21fff7ce056d924b4084ffe33c699a7
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 6a48d0392..992b7edc9 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