Change 13134 by jhi@alpha on 2001/11/20 16:59:54

        Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 
2.4.15-pre6
        From: Andy Dougherty <[EMAIL PROTECTED]>
        Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
        Message-ID: 
<[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/ext/re/Makefile.PL#14 edit
.... //depot/perl/ext/re/re.xs#19 edit

Differences ...

==== //depot/perl/ext/re/Makefile.PL#14 (text) ====
Index: perl/ext/re/Makefile.PL
--- perl/ext/re/Makefile.PL.~1~ Tue Nov 20 10:15:05 2001
+++ perl/ext/re/Makefile.PL     Tue Nov 20 10:15:05 2001
@@ -6,15 +6,6 @@
 
 my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG';
 
-# We need to pretend that DEBUGGING is in effect even if it's
-# not but we need to remember that we pretended so we can avoid
-# linking to things that aren't there.
-
-if ( (($Config{'ccflags'} !~ /DEBUGGING/) && $^O ne 'VMS') || 
-     (exists($Config{'usedebugging_perl'}) && $Config{'usedebugging_perl'} ne 'Y') ) {
-  $defines .= ' -DDEBUGGING -DWAS_NOT_DEBUGGING';
-}
-
 WriteMakefile(
     NAME               => 're',
     VERSION_FROM       => 're.pm',

==== //depot/perl/ext/re/re.xs#19 (text) ====
Index: perl/ext/re/re.xs
--- perl/ext/re/re.xs.~1~       Tue Nov 20 10:15:05 2001
+++ perl/ext/re/re.xs   Tue Nov 20 10:15:05 2001
@@ -1,3 +1,7 @@
+#if defined(PERL_EXT_RE_DEBUG) && !defined(DEBUGGING)
+#  define DEBUGGING
+#endif
+
 #define PERL_NO_GET_CONTEXT
 #include "EXTERN.h"
 #include "perl.h"
End of Patch.

Reply via email to