mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
* objects.c (scm_init_objects): Initialize destructor slot of the
primordial entity class.
This commit is contained in:
parent
d6af5a438b
commit
135e76f876
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ scm_init_objects ()
|
|||
scm_sysintern ("<operator-class>", ot);
|
||||
scm_metaclass_operator = ot;
|
||||
SCM_SET_CLASS_FLAGS (et, SCM_CLASSF_OPERATOR | SCM_CLASSF_ENTITY);
|
||||
SCM_SET_CLASS_DESTRUCTOR (et, scm_struct_free_entity);
|
||||
scm_sysintern ("<entity>", et);
|
||||
|
||||
#include "objects.x"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue