diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-03 17:17:01 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-03 17:17:01 +0000 |
commit | d932daed4961bf485d739adcee3fa2136d8ca8ca (patch) | |
tree | 89a19c088936556b530dd13a72fde4caf823ea10 /global.sym | |
parent | 973f7e2e670dfd20566d14890f0d8717266af6ee (diff) | |
download | perl-d932daed4961bf485d739adcee3fa2136d8ca8ca.tar.gz |
Fix breakages caused by #31130:
report_uninit was not exported on Win32 and
my_reg_numbered_buff_length had wrong prototype
p4raw-id: //depot/perl@31132
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 59f24520a9..c5181b47f0 100644 --- a/global.sym +++ b/global.sym @@ -593,6 +593,7 @@ Perl_pv_uni_display Perl_sv_uni_display Perl_vivify_defelem Perl_seed +Perl_report_uninit Perl_warn Perl_vwarn Perl_warner |