Change 29464 by [EMAIL PROTECTED] on 2006/12/05 09:38:14

        Skip Perl_regdupe_internal rather than Perl_regdupe
        when building on Win32 without ithreads (see #29430)

Affected files ...

... //depot/perl/makedef.pl#208 edit

Differences ...

==== //depot/perl/makedef.pl#208 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#207~29425~  2006-11-30 02:13:40.000000000 -0800
+++ perl/makedef.pl     2006-12-05 01:38:14.000000000 -0800
@@ -751,7 +751,7 @@
                    Perl_sharedsv_thrcnt_inc
                    Perl_sharedsv_unlock
                    Perl_stashpv_hvname_match
-                   Perl_regdupe
+                   Perl_regdupe_internal
                    )];
 }
 
End of Patch.

Reply via email to