1
Fork 0
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:
Dirk Herrmann 2001-01-15 17:15:13 +00:00
parent 322ec19d3c
commit 8a39e3fc79
4 changed files with 8 additions and 2 deletions

View file

@ -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;