* read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 11 Sep 1996 22:04:13 +0000 (22:04 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 11 Sep 1996 22:04:13 +0000 (22:04 +0000)
commit85ab9947565b5b507879411f4134c0c2ca5a3d5b
treee557813b45f1a84643fb2dde6501e760e5016fc6
parent836669b8eb46396f6fe9f909343312070d5ec55d
* read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead
of allocating a new string object.  Also, increase size by
the factor 2 instead of 1.5.
libguile/read.c