On Sun, Aug 23, 1998 at 06:29:47PM +0200, Michael Sperber [Mr. Preprocessor] wrote:
Hrvoje> you are still quite free to use realloc() and friends to
Hrvoje> adjust the size incrementally.
Not if the bignum is supposed to live in the Emacs Lisp heap.
Good thing it doesn't have to then. lrecords work better when being
fixed size. Put a pointer in the lrecord to the actual data, and
destroy it in finalize.
OG.