summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2022-01-24 16:20:30 +0100
committerAndreas Tille <tille@debian.org>2022-01-24 16:20:30 +0100
commit61cf6889947baa69b8361f298ce44aae16d3e8bf (patch)
treec4ca6756efcc155c7efad135ee0820e80c300de6
parent13ae19375150e5a7e2c9d66e504f3d436557cdd5 (diff)
Avoid clash between Perl headers' definition of
Last-Update: Sat, 22 Jan 2022 07:13:18 +0100 Origin: https://lists.debian.org/debian-med/2022/01/msg00080.html YYEMPTY as a macro and Rost Lab headers' use of it as an enum name Gbp-Pq: Name no_clash_YYEMPTY.patch
-rw-r--r--Parser.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Parser.xs b/Parser.xs
index a026893..5614c18 100644
--- a/Parser.xs
+++ b/Parser.xs
@@ -11,6 +11,8 @@ extern "C" {
}
#endif
+/* Do not clash with /usr/lib/x86_64-linux-gnu/perl/5.32/CORE/parser.h */
+#undef YYEMPTY
/* include your class headers here */
#include <rostlab/blast-parser-driver.h>