1
Fork 0
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:
Mikael Djurfeldt 1999-07-29 23:02:14 +00:00
parent e9cd0e473e
commit fe970d8448

View file

@ -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"
}