mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
* objects.c (scm_class_of): Bugfix: Inserted missing SCM_CDR
setting struct table class.
This commit is contained in:
parent
71bdf39890
commit
11f2a64348
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ scm_class_of (SCM x)
|
|||
SCM class = scm_make_extended_class (SCM_NFALSEP (name)
|
||||
? SCM_ROCHARS (name)
|
||||
: 0);
|
||||
SCM_SET_STRUCT_TABLE_CLASS (handle, class);
|
||||
SCM_SET_STRUCT_TABLE_CLASS (SCM_CDR (handle), class);
|
||||
return class;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue