Kevin Ryde <[EMAIL PROTECTED]> writes:

> I don't understand all that stuff, but I got some joy from this
> change.  Can someone (Marius?) confirm or deny?
>
>         * unif.c (bitvector_set): Should be h->writable_elements not
>         h->elements, the latter results in a segv in array-set! on a bit
>         vector.

This is the right fix.  Thanks!

Readers like bitvector_ref should use h->elements, and setters like
bitvector_set should use h->writable_elements.  Those two pointers are
set up by memoize_ref and memoize_set, respectively.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to