Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and
authorNicholas Clark <nick@ccl4.org>
Mon, 11 Feb 2008 23:04:12 +0000 (23:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 11 Feb 2008 23:04:12 +0000 (23:04 +0000)
commit53e8571218130b49fbbc0d8c4b2cc4d3671c550a
treed5ced6a45159195297f46aac00da09e6bf8c851b
parentd38c8166c7a174bb58e9adf2d727ebb2ad86be04
Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and
Perl_sv_2pv_flags() all return 0/0/0.0/"" without warning given a
NULL SV pointer so they ought to be marked as NULLOK in embed.fnc.

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