In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
authorNicholas Clark <nick@ccl4.org>
Sat, 21 Apr 2007 09:43:27 +0000 (09:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 21 Apr 2007 09:43:27 +0000 (09:43 +0000)
commitffd8da72f02e9178eeed2a66475befd5efc83eb4
treebcc047199948ea7d858a62da52c6f2c9c6e991e1
parente37bf7df2091b970a8505f27334f7fac0f5ad002
In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
an array of size 1, we can merge two arms and reduce code duplication.

p4raw-id: //depot/perl@31008
mro.c