diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2008-08-14 01:51:24 -0300 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2008-08-14 01:51:24 -0300 |
commit | 2072309c1c39cf193687cd895348d2f817537a3e (patch) | |
tree | dd167617f18c5b9561a9d555ca0aa2980d02a554 /libguile/gc.c | |
parent | c95514b3b41c8e335ada863f8abb99cc4af9abe1 (diff) | |
download | guile-2072309c1c39cf193687cd895348d2f817537a3e.tar.gz |
Whitespace and formatting fixes.
Conflicts:
libguile/gc-freelist.c
libguile/gc-segment.c
libguile/gc.h
Diffstat (limited to 'libguile/gc.c')
-rw-r--r-- | libguile/gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gc.c b/libguile/gc.c index 2139e6a54..46d6b51e5 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -543,7 +543,6 @@ scm_gc_for_newcell (scm_t_cell_type_statistics *freelist, SCM *free_cells) /* out of fresh cells. Try to get some new ones. */ - did_gc = 1; scm_i_gc ("cells"); |