As we're not passing over (or copying in) a NUL, don't need that extra
authorNicholas Clark <nick@ccl4.org>
Fri, 26 Jan 2007 11:18:02 +0000 (11:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 26 Jan 2007 11:18:02 +0000 (11:18 +0000)
commit798b63bc924a07589315b3229311582adce06136
treea51d217cad534c72b181b97179e2543a2ed89327
parentef36c6a75a14ecb6dcb87636f28264674a031e0b
As we're not passing over (or copying in) a NUL, don't need that extra
byte for it, so correct the < to <= so that we use the smallbuf
whenever possible.

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