develooper Front page | perl.perl5.porters | Postings from January 2008

[PATCH ext/Devel/DProf/Makefile.PL] RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define

Thread Next
From:
Robin Barker
Date:
January 23, 2008 06:13
Subject:
[PATCH ext/Devel/DProf/Makefile.PL] RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define
Message ID:
46A0F33545E63740BC7563DE59CA9C6D093A01@exchsvr2.npl.ad.local
> Do we actually need -DPERLDBf_NONAME and -DPERLDBf_GOTO either?



I guess not.  New patch attached.



Robin



diff -ur ../perl-current/ext/Devel/DProf/Makefile.PL ext/Devel/DProf/Makefile.PL

--- ../perl-current/ext/Devel/DProf/Makefile.PL	2006-06-13 20:29:01.000000000 +0100

+++ ext/Devel/DProf/Makefile.PL

@@ -10,8 +10,7 @@

 	VERSION_FROM	=> 'DProf.pm',

 	clean		=> { 'FILES' => 'tmon.out t/tmon.out t/err'},

 	XSPROTOARG	=> '-noprototypes',

-	DEFINE		=> '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 '

-			  .'-DG_NODEBUG=32 -DPL_NEEDED',

+	DEFINE		=> '-DPL_NEEDED',

 	dist		=> {

 			     COMPRESS => 'gzip -9f',

 			     SUFFIX => 'gz',



-------------------------------------------------------------------

This e-mail and any attachments may contain confidential and/or

privileged material; it is for the intended addressee(s) only.

If you are not a named addressee, you must not use, retain or

disclose such information.



NPL Management Ltd cannot guarantee that the e-mail or any

attachments are free from viruses.



NPL Management Ltd. Registered in England and Wales. No: 2937881

Registered Office: Serco House, 16 Bartley Wood Business Park,

                   Hook, Hampshire, United Kingdom  RG27 9UY

-------------------------------------------------------------------

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About