diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-05 17:46:34 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-05 17:46:34 +0000 |
commit | 33138b05678b86e382c4b71c4181ea48793a8b0c (patch) | |
tree | 3fc37eba94a769700a7a2c7dd78be7d6f568970e /libguile/gc-card.c | |
parent | 39e8f371e20c99381b9270307539121c76358294 (diff) | |
download | guile-33138b05678b86e382c4b71c4181ea48793a8b0c.tar.gz |
remove GC bits documentation from the tags table.
Diffstat (limited to 'libguile/gc-card.c')
-rw-r--r-- | libguile/gc-card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/gc-card.c b/libguile/gc-card.c index 7daa6df4c..6f82488ba 100644 --- a/libguile/gc-card.c +++ b/libguile/gc-card.c @@ -91,6 +91,7 @@ scm_i_sweep_card (scm_t_cell * p, SCM *free_list, int span) the bitvec in turn, but it wasn't any faster, but quite bit hairier. */ + for (p += offset; p < end; p += span, offset += span) { SCM scmptr = PTR2SCM(p); |