diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-30 22:27:16 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-30 22:27:16 +0000 |
commit | b3dbd76e6e180b608015c6158c3fec9739ef1343 (patch) | |
tree | 3fdaa2cbd97f006d27bc5b10b630373f7fd9e3ce /embed.fnc | |
parent | 1593ad57168f1432573f8effd44b7610e9f8f962 (diff) | |
download | perl-b3dbd76e6e180b608015c6158c3fec9739ef1343.tar.gz |
Change 34627 didn't realise that if S_find_uninit_var() takes a
const SV *, then so can Perl_report_uninit().
p4raw-id: //depot/perl@34673
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1022,7 +1022,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 -XEpd |void |report_uninit |NULLOK SV* uninit_sv +XEpd |void |report_uninit |NULLOK const 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|... |