mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
* Return type of scm_make_smob_type is scm_bits_t now.
This commit is contained in:
parent
322ec19d3c
commit
8a39e3fc79
4 changed files with 8 additions and 2 deletions
|
@ -275,7 +275,7 @@ scm_smob_apply_3_error (SCM smob, SCM a1, SCM a2, SCM rst)
|
|||
}
|
||||
|
||||
|
||||
long
|
||||
scm_bits_t
|
||||
scm_make_smob_type (char *name, scm_sizet size)
|
||||
{
|
||||
char *tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue