jcbeaudoin / MKCL

ManKai Common Lisp
Other
33 stars 8 forks source link

Fix allocation of bit arrays. #33

Closed davidmullen closed 6 months ago

davidmullen commented 6 months ago

For #32. In the old code, the array.elem and array.set fields were not initialized.

jcbeaudoin commented 6 months ago

My bad! Thank you for the fix.