From f462fedd26f78eec1998da4b9cba360095a6aa53 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 9 Oct 2016 10:37:12 -0400 Subject: [PATCH] perl: remove conflicting re_compile define Fixes bug reported at https://bugs.gentoo.org/show_bug.cgi?id=287654 Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- perl_api/perl.xs | 1 + perl_api/perlsfio.c | 1 + 2 files changed, 2 insertions(+) diff --git a/perl_api/perl.xs b/perl_api/perl.xs index ab393584..388642b7 100644 --- a/perl_api/perl.xs +++ b/perl_api/perl.xs @@ -38,6 +38,7 @@ static const char sccsid[] = "$Id: perl.xs,v 8.46 2001/08/28 11:33:42 skimo Exp /* perl redefines them * avoid warnings */ +#undef re_compile #undef USE_DYNAMIC_LOADING #undef DEBUG #undef PACKAGE diff --git a/perl_api/perlsfio.c b/perl_api/perlsfio.c index 1bd0b1ad..1df79141 100644 --- a/perl_api/perlsfio.c +++ b/perl_api/perlsfio.c @@ -32,6 +32,7 @@ static const char sccsid[] = "$Id: perlsfio.c,v 8.3 2000/04/30 17:00:15 skimo Ex /* perl redefines them * avoid warnings */ +#undef re_compile #undef USE_DYNAMIC_LOADING #undef DEBUG #undef PACKAGE -- 2.11.4.GIT