Convert the last remaining 256 byte "small"bufs to 128 bytes.
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 23:18:25 +0000 (23:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 23:18:25 +0000 (23:18 +0000)
commit4116122ef9a90b07cffa557ba0b71f9b75e5d034
treeaeb818e7daec68a67d746717aa465007c708814c
parent2ae0db35b275229921515ee6fc05d8e0fca2ef1c
Convert the last remaining 256 byte "small"bufs to 128 bytes.
(The actual size doesn't matter, as the buffers are only there to
save a malloc() for the common, short, case. Coverage reports suggest
that we aren't actually testing the long case. Yet - will fix this)

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