diff options
Diffstat (limited to 'news/husky/files/patch-hpt_src_perl.c')
-rw-r--r-- | news/husky/files/patch-hpt_src_perl.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/news/husky/files/patch-hpt_src_perl.c b/news/husky/files/patch-hpt_src_perl.c index b0b95370007a..8a9f2d3b4049 100644 --- a/news/husky/files/patch-hpt_src_perl.c +++ b/news/husky/files/patch-hpt_src_perl.c @@ -1,14 +1,15 @@ ---- hpt/src/perl.c.orig 2018-03-28 16:01:18 UTC +--- hpt/src/perl.c.orig 2020-01-16 21:50:04 UTC +++ hpt/src/perl.c -@@ -109,9 +109,9 @@ extern "C" { +@@ -109,10 +109,12 @@ extern "C" { # define min(a, b) ((a) < (b) ? (a) : (b)) #endif --#ifdef __GNUC__ -+/*#ifdef __GNUC__ - # define Perl___notused Perl___notused __attribute__ ((unused)) --#endif -+#endif*/ ++#if 0 + #ifdef __GNUC__ + # ifdef _OLDPERL_ + # define Perl___notused Perl___notused __attribute__ ((unused)) + # endif ++#endif + #endif #ifndef LL_PERL - # define LL_PERL LL_EXEC |