structs with tail arrays are not simple
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Mar 2013 17:22:11 +0000 (18:22 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 7 Mar 2013 06:52:00 +0000 (07:52 +0100)
commit1b787ef9ec3a08f12d7b46403f4d508e583499a2
tree3de23a56867f187ea00e02b64e4b6cecf5df341f
parente20cec744fad8299afd9bbb6ac49505b15437618
structs with tail arrays are not simple

* libguile/struct.h (SCM_VTABLE_FLAG_SIMPLE, SCM_VTABLE_FLAG_SIMPLE_RW):
* libguile/struct.c (set_vtable_layout_flags): Vtable whose layouts
  include a tail array are not simple.  Fixes bug 12808.
libguile/struct.c
libguile/struct.h