mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
SCM_CELL in deprecated.c
* libguile/deprecated.c (scm_smob_free): Fix SCM_CELL macro usage.
This commit is contained in:
parent
0236bc683d
commit
4dc2165b35
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ scm_smob_free (SCM obj)
|
|||
"It is no longer needed.");
|
||||
|
||||
if (scm_smobs[n].size > 0)
|
||||
scm_gc_free ((void *) SCM_CELL_WORD_1 (obj),
|
||||
scm_gc_free ((void *) SCM_SMOB_DATA_1 (obj),
|
||||
scm_smobs[n].size, SCM_SMOBNAME (n));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue