diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:49:24 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:49:24 +0000 |
commit | 1f65cc174df911790572a356e4015bb0ae928472 (patch) | |
tree | 52b8fc9eb37e8e980f571a32bcee15e417839ac8 | |
parent | 203a6c87fd2fa7d7849ce5ec28645dde0b2365e1 (diff) | |
download | guile-1f65cc174df911790572a356e4015bb0ae928472.tar.gz |
(scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès.
-rw-r--r-- | libguile/gc-mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gc-mark.c b/libguile/gc-mark.c index 78137af86..f82792509 100644 --- a/libguile/gc-mark.c +++ b/libguile/gc-mark.c @@ -138,7 +138,7 @@ scm_mark_all (void) break; } - //fprintf (stderr, "%d loops\n", loops); + /* fprintf (stderr, "%d loops\n", loops); */ /* Remove all unmarked entries from the weak vectors. */ |