mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 07:40:30 +02:00
Fix vtable base layout
* libguile/struct.h (SCM_VTABLE_BASE_LAYOUT): Update for unboxed-fields representation change. * module/oop/goops.scm (fold-class-slots): Likewise.
This commit is contained in:
parent
bd1e5ff688
commit
91ba12f444
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
"pw" /* printer */ \
|
||||
"ph" /* name (hidden from make-struct for back-compat reasons) */ \
|
||||
"uh" /* size */ \
|
||||
"uh" /* unboxed fields */ \
|
||||
"ph" /* unboxed fields */ \
|
||||
"uh" /* reserved */
|
||||
|
||||
#define scm_vtable_index_layout 0 /* A symbol describing the physical arrangement of this type. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue