This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 07:17:46 +0000 (07:17 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 07:17:46 +0000 (07:17 +0000)
commitb64cb68ca7e876fc8f2b14e3631335667b719e7e
tree3bac56760f8bfafbfd8ad682b7f33bcba1d1acec
parent82d8bb4934a8ea558df654435885eafe94e09dc8
In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving
the strlen() earlier.
Brought to you by the Campaign for the Elimination of strlen().

p4raw-id: //depot/perl@32126
perl.c