diff options
author | Andy Lester <andy@petdance.com> | 2006-03-30 18:54:58 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-31 16:59:53 +0000 |
commit | 9ddc1e7af8675795ad0346c1274fd40d4096c50f (patch) | |
tree | 31f41dab87a390ab2e4e25d1663fb5be8503180d /malloc.c | |
parent | cfcfe5866579858930d3348c9cd02c24cb9e9807 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |