In Perl_load_module_nocontext(), ver can actually be NULL.
authorNicholas Clark <nick@ccl4.org>
Tue, 12 Feb 2008 11:52:30 +0000 (11:52 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 12 Feb 2008 11:52:30 +0000 (11:52 +0000)
commit3d4dd4c7b4cdb5c308fe0b83e0f6354a2eb9db12
treed45f6bb03b1098c60a7d862bd81f62c2aed68aa5
parentd3056722ea3de1a9444a4c16aaaa8564b579a9ed
In Perl_load_module_nocontext(), ver can actually be NULL.
In Perl_hv_copy_hints_hv(), ohv can actually be NULL.
In Perl_sortsv(), Perl_sortsv_flags() and S_qsortsvu(), array can be
NULL (if the number of elements to sort is <= 1).
In Perl_save_nogv(), gv can not be NULL.
In Perl_sv_cmp() and Perl_sv_cmp_locale(), both SVs can be NULL.
In Perl_ptr_table_fetch(), the sv can be NULL.
In PerlIO_set_ptrcnt(), ptr can be NULL.

p4raw-id: //depot/perl@33287
embed.fnc
proto.h