mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 23:20:32 +02:00
* gc.c (scm_gc_sweep): added a `continue' statement that have
fallen through the cracks in the merge. thanks to Shuji Narazaki!
This commit is contained in:
parent
5aba8e27ab
commit
7bb8eac780
1 changed files with 7 additions and 6 deletions
|
@ -1601,6 +1601,7 @@ scm_gc_sweep ()
|
||||||
*/
|
*/
|
||||||
SCM_SET_STRUCT_GC_CHAIN (scmptr, scm_structs_to_free);
|
SCM_SET_STRUCT_GC_CHAIN (scmptr, scm_structs_to_free);
|
||||||
scm_structs_to_free = scmptr;
|
scm_structs_to_free = scmptr;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
/* fall through so that scmptr gets collected */
|
/* fall through so that scmptr gets collected */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue