This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Turn 2 strcpy()s into memcpy() because we know the length.
authorNicholas Clark <nick@ccl4.org>
Mon, 19 Jul 2004 08:33:13 +0000 (08:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Jul 2004 08:33:13 +0000 (08:33 +0000)
commit689badd5a97f92b96d41abcba9996dc8da00c8a7
tree1d88c03de3ec86592ecd672eb6a2c722bbe8a007
parentef4d88dbc62415c6922ee52abf857500451ce7d9
Turn 2 strcpy()s into memcpy() because we know the length.

p4raw-id: //depot/perl@23135
toke.c