Don't call strlen() on CopFILE() for the unthreaded case, because the
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 10:44:35 +0000 (10:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 10:44:35 +0000 (10:44 +0000)
commit19bad6733a83fa572b0d6a19b4693ea22c241ab0
tree4d64f30b7146c090b4192d6c8e7bb13e2b773675
parentc099d646ae4693eeb591d4c8cd9b629962f6b7e4
Don't call strlen() on CopFILE() for the unthreaded case, because the
length can be obtained via CopFILESV().

p4raw-id: //depot/perl@32129
gv.c
toke.c