This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid an unused argument in S_sv_2iuv_non_preserve() by using
authorNicholas Clark <nick@ccl4.org>
Fri, 18 Jan 2008 18:00:56 +0000 (18:00 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Jan 2008 18:00:56 +0000 (18:00 +0000)
commit47031da69d9704a7f7f2f86084deec4a32cbaf6e
tree783af4f84a5bb20634ac866b52d8815e7c1adfb9
parent51356d76dfe15ade87ec05687ff8665c7e8f3fb4
Avoid an unused argument in S_sv_2iuv_non_preserve() by using
conditional compilation to only pass it in if it's needed.

p4raw-id: //depot/perl@33004
embed.fnc
embed.h
proto.h
sv.c