diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2014-11-30 16:31:13 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-12-01 10:17:28 +1100 |
commit | 083750a56b7927292a4bf7b1bf64aa26dd2a6858 (patch) | |
tree | 995e1d750baf92528c017092ebba81cfbf502724 /makedef.pl | |
parent | d48603664228d505b0c33f97505c2766b85d74a2 (diff) | |
download | perl-083750a56b7927292a4bf7b1bf64aa26dd2a6858.tar.gz |
fix incomplete mathoming of Perl_pad_compname_type
commit 09d7a3ba91 moved Perl_pad_compname_type to mathoms but didn't
update makedef.pl. This causes a link failure of perl521.dll on Win32.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index cef976b0e9..38a17f53a4 100644 --- a/makedef.pl +++ b/makedef.pl @@ -516,6 +516,7 @@ if ($define{'NO_MATHOMS'}) { Perl_newIO Perl_newSUB Perl_pack_cat + Perl_pad_compname_type Perl_printf_nocontext Perl_ref Perl_save_freeop |