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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -963,7 +963,7 @@ p |U32 |parse_unicode_opts|NN const char **popt Ap |U32 |seed pR |UV |get_hash_seed p |void |report_evil_fh |NULLOK const GV *gv|NULLOK const IO *io|I32 op -pd |void |report_uninit |NULLOK SV* uninit_sv +XEpd |void |report_uninit |NULLOK SV* uninit_sv Afpd |void |warn |NN const char* pat|... Ap |void |vwarn |NN const char* pat|NULLOK va_list* args Afp |void |warner |U32 err|NN const char* pat|... |