Include SVf_UTF8 in the bitmask when checking the SvFLAGS in
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 30 Dec 2007 04:44:40 +0000 (04:44 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 30 Dec 2007 04:44:40 +0000 (04:44 +0000)
commitb7a4fb4f15fdc766da6e47dfceacff29a5121ae5
tree369e21b64a6b65b17ae091fc2a44fa1ac091520e
parenta7c93bfc3dfadc59dadf5215a34100cfb5369ade
Include SVf_UTF8 in the bitmask when checking the SvFLAGS in
SvPVutf8_force(), as otherwise the conditional expression will
always be false and the optimisation will never kick in.

p4raw-id: //depot/perl@32781
sv.h