Inline asIV and asUV, as each is only used once, and it distracts from
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Dec 2005 19:44:22 +0000 (19:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 13 Dec 2005 19:44:22 +0000 (19:44 +0000)
commit71c558c3bb71d4ea530abb3cc25180c1ccf2bedc
tree00538c3920b75416f0d94e0b412398a8322e4f95
parent91757a49c54a501fc90d7a61bceb78a9cbc4063b
Inline asIV and asUV, as each is only used once, and it distracts from
the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
and sv_2pv_flags. Add a comment noting the return path from the end of
the SvGMAGICAL case to all 4.

p4raw-id: //depot/perl@26345
sv.c