diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/husky/files/patch-hpt_src_perl.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/news/husky/files/patch-hpt_src_perl.c b/news/husky/files/patch-hpt_src_perl.c new file mode 100644 index 000000000000..b0b95370007a --- /dev/null +++ b/news/husky/files/patch-hpt_src_perl.c @@ -0,0 +1,14 @@ +--- hpt/src/perl.c.orig 2018-03-28 16:01:18 UTC ++++ hpt/src/perl.c +@@ -109,9 +109,9 @@ extern "C" { + # define min(a, b) ((a) < (b) ? (a) : (b)) + #endif + +-#ifdef __GNUC__ ++/*#ifdef __GNUC__ + # define Perl___notused Perl___notused __attribute__ ((unused)) +-#endif ++#endif*/ + + #ifndef LL_PERL + # define LL_PERL LL_EXEC |