Use memchr() instead of ninstr() to locate the end-of-line.
authorGisle Aas <gisle@activestate.com>
Wed, 28 Dec 2005 12:38:03 +0000 (12:38 +0000)
committerGisle Aas <gisle@activestate.com>
Wed, 28 Dec 2005 12:38:03 +0000 (12:38 +0000)
commite81b061508e67c847690930e86f0a3899c902c62
treed83d8a0f31d160ee858de818cdcbf7347c489357
parent4c8626beeba549aaf3f327729c56a599716ee8b7
Use memchr() instead of ninstr() to locate the end-of-line.
The call to memchr() will faster.

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