summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-03-30 18:54:58 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-31 16:59:53 +0000
commit9ddc1e7af8675795ad0346c1274fd40d4096c50f (patch)
tree31f41dab87a390ab2e4e25d1663fb5be8503180d /malloc.c
parentcfcfe5866579858930d3348c9cd02c24cb9e9807 (diff)
downloadperl-9ddc1e7af8675795ad0346c1274fd40d4096c50f.tar.gz
Redo PERL_UNUSED_DECL
Message-ID: <20060331065458.GA28571@petdance.com> p4raw-id: //depot/perl@27649
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 94fcb15632..4f0bb4a5c3 100644
--- a/malloc.c
+++ b/malloc.c
@@ -409,7 +409,7 @@
# define pTHX void
# define pTHX_
# ifdef HASATTRIBUTE_UNUSED
-# define dTHX extern int Perl___notused PERL_UNUSED_DECL
+# define dTHX PERL_UNUSED_DECL(extern int Perl___notused)
# else
# define dTHX extern int Perl___notused
# endif