diff options
author | Robin Barker <RMBarker@cpan.org> | 2008-01-24 13:28:33 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-24 14:00:22 +0000 |
commit | de5429e8ea1cd410619e338a6fa831e76278f2c5 (patch) | |
tree | 4416cac53a4a078bde2454998e9957644f5e65fd /ext/Devel | |
parent | 493b0a3c46c2cc9f06bf88c450ded6aa981c4fd3 (diff) | |
download | perl-de5429e8ea1cd410619e338a6fa831e76278f2c5.tar.gz |
... and the rest; was RE: unnecessary define
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A08@exchsvr2.npl.ad.local>
Date: Thu, 24 Jan 2008 13:28:33 -0000
p4raw-id: //depot/perl@33064
Diffstat (limited to 'ext/Devel')
-rw-r--r-- | ext/Devel/DProf/DProf.xs | 4 | ||||
-rw-r--r-- | ext/Devel/DProf/Makefile.PL | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ext/Devel/DProf/DProf.xs b/ext/Devel/DProf/DProf.xs index 35c5b98433..469ed22409 100644 --- a/ext/Devel/DProf/DProf.xs +++ b/ext/Devel/DProf/DProf.xs @@ -466,10 +466,6 @@ prof_mark(pTHX_ opcode ptype) } } -#ifdef PL_NEEDED -# define defstash PL_defstash -#endif - /* Counts overhead of prof_mark and extra XS call. */ static void test_time(pTHX_ clock_t *r, clock_t *u, clock_t *s) diff --git a/ext/Devel/DProf/Makefile.PL b/ext/Devel/DProf/Makefile.PL index 10a0df9bc0..5d975eabef 100644 --- a/ext/Devel/DProf/Makefile.PL +++ b/ext/Devel/DProf/Makefile.PL @@ -10,7 +10,6 @@ WriteMakefile( VERSION_FROM => 'DProf.pm', clean => { 'FILES' => 'tmon.out t/tmon.out t/err'}, XSPROTOARG => '-noprototypes', - DEFINE => '-DPL_NEEDED', dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', |