* goops.scm (compute-getters-n-setters/verify-accessors): Better
check of format of value returned by compute-get-n-set. (compute-getters-n-setters): Extended format of slot getters-n-setters to indicate position and size of slot memory allocated in instances. * goops.c (scm_sys_prep_layout_x): Instance allocation is now indicated through extra fields in getters-n-setters. (scm_add_slot): Adapted to new format of getters_n_setters slot. (Thanks to Andy Wingo.)
This commit is contained in:
parent
dff96e9567
commit
21ab2aeb77
5 changed files with 139 additions and 73 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2003-04-13 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* goops.scm (compute-getters-n-setters/verify-accessors): Better
|
||||
check of format of value returned by compute-get-n-set.
|
||||
(compute-getters-n-setters): Extended format of slot
|
||||
getters-n-setters to indicate position and size of slot memory
|
||||
allocated in instances.
|
||||
|
||||
2003-04-05 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* Changed license terms to the plain LGPL thru-out.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue