Skip Perl_regdupe_internal rather than Perl_regdupe
authorSteve Hay <SteveHay@planit.com>
Tue, 5 Dec 2006 09:38:14 +0000 (09:38 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 5 Dec 2006 09:38:14 +0000 (09:38 +0000)
when building on Win32 without ithreads (see #29430)

p4raw-id: //depot/perl@29464

makedef.pl

index 1837962..28e4495 100644 (file)
@@ -751,7 +751,7 @@ unless ($define{'USE_ITHREADS'}) {
                    Perl_sharedsv_thrcnt_inc
                    Perl_sharedsv_unlock
                    Perl_stashpv_hvname_match
-                   Perl_regdupe
+                   Perl_regdupe_internal
                    )];
 }