Change 33064 by [EMAIL PROTECTED] on 2008/01/24 14:00:22

        Subject: [PATCH ext/Devel/DProf] ... and the rest; was RE: unnecessary 
define
        From: "Robin Barker" <[EMAIL PROTECTED]>
        Message-ID: <[EMAIL PROTECTED]>
        Date: Thu, 24 Jan 2008 13:28:33 -0000

Affected files ...

... //depot/perl/ext/Devel/DProf/DProf.xs#46 edit
... //depot/perl/ext/Devel/DProf/Makefile.PL#6 edit

Differences ...

==== //depot/perl/ext/Devel/DProf/DProf.xs#46 (text) ====
Index: perl/ext/Devel/DProf/DProf.xs
--- perl/ext/Devel/DProf/DProf.xs#45~31677~     2007-08-02 21:25:43.000000000 
-0700
+++ perl/ext/Devel/DProf/DProf.xs       2008-01-24 06:00:22.000000000 -0800
@@ -466,10 +466,6 @@
     }
 }
 
-#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)

==== //depot/perl/ext/Devel/DProf/Makefile.PL#6 (text) ====
Index: perl/ext/Devel/DProf/Makefile.PL
--- perl/ext/Devel/DProf/Makefile.PL#5~33056~   2008-01-23 07:02:35.000000000 
-0800
+++ perl/ext/Devel/DProf/Makefile.PL    2008-01-24 06:00:22.000000000 -0800
@@ -10,7 +10,6 @@
        VERSION_FROM    => 'DProf.pm',
        clean           => { 'FILES' => 'tmon.out t/tmon.out t/err'},
        XSPROTOARG      => '-noprototypes',
-       DEFINE          => '-DPL_NEEDED',
        dist            => {
                             COMPRESS => 'gzip -9f',
                             SUFFIX => 'gz',
End of Patch.

Reply via email to