In Perl_swash_init(), use call_sv() directly instead of call_method().
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2011 15:46:57 +0000 (15:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2011 15:46:57 +0000 (15:46 +0000)
commit8b563eef9044008579e8e4bac7e31e12a2e54bca
treea74d06f44ebe1d2b361e259f6fc9f96bf7834d4a
parent88c57d91d4b7719fac6165df201cdb8a4695aa24
In Perl_swash_init(), use call_sv() directly instead of call_method().

This gives a small space saving on this platform, likely due to code being
shared with the other call to call_sv(). (It also removes a level of function
call at runtime.)
utf8.c