diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-04 22:20:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-04 22:20:48 +0000 |
commit | 7f605079929e971ed43dc83cf99bc51154965c26 (patch) | |
tree | 9383171fdd1555b5f22eb53d087ac785564e2e22 /makedef.pl | |
parent | 8f14ea018e8d1f6c6a67be29ee2ae899993d0f0e (diff) | |
download | perl-7f605079929e971ed43dc83cf99bc51154965c26.tar.gz |
Oops. Forgot to propagate the rename of Perl_re_dup to Perl_re_dup_guts
into makedef.pl
p4raw-id: //depot/perl@32835
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index e78f7500d1..dad466ad42 100644 --- a/makedef.pl +++ b/makedef.pl @@ -734,7 +734,7 @@ unless ($define{'USE_ITHREADS'}) { Perl_he_dup Perl_mg_dup Perl_mro_meta_dup - Perl_re_dup + Perl_re_dup_guts Perl_sv_dup Perl_rvpv_dup Perl_hek_dup |