mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
* Fixed struct initialization.
This commit is contained in:
parent
8e2488ffae
commit
f762051048
4 changed files with 16 additions and 8 deletions
|
@ -104,7 +104,6 @@ extern scm_sizet scm_struct_free_0 (scm_bits_t * vtable, scm_bits_t * data);
|
|||
extern scm_sizet scm_struct_free_light (scm_bits_t * vtable, scm_bits_t * data);
|
||||
extern scm_sizet scm_struct_free_standard (scm_bits_t * vtable, scm_bits_t * data);
|
||||
extern scm_sizet scm_struct_free_entity (scm_bits_t * vtable, scm_bits_t * data);
|
||||
extern void scm_struct_init (SCM handle, int tail_elts, SCM inits);
|
||||
extern SCM scm_make_struct_layout (SCM fields);
|
||||
extern SCM scm_struct_p (SCM x);
|
||||
extern SCM scm_struct_vtable_p (SCM x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue