mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* stacks.c (scm_init_stacks): Set name of stack type.
This commit is contained in:
parent
e9cd0e473e
commit
fe970d8448
1 changed files with 2 additions and 0 deletions
|
@ -795,5 +795,7 @@ scm_init_stacks ()
|
|||
= scm_permanent_object (scm_make_struct (vtable, SCM_INUM0,
|
||||
scm_cons (stack_layout,
|
||||
SCM_EOL)));
|
||||
scm_set_struct_vtable_name_x (scm_stack_type,
|
||||
SCM_CAR (scm_intern0 ("stack")));
|
||||
#include "stacks.x"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue