summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-11-26 00:49:24 +0000
committerKevin Ryde <user42@zip.com.au>2005-11-26 00:49:24 +0000
commit1f65cc174df911790572a356e4015bb0ae928472 (patch)
tree52b8fc9eb37e8e980f571a32bcee15e417839ac8
parent203a6c87fd2fa7d7849ce5ec28645dde0b2365e1 (diff)
downloadguile-1f65cc174df911790572a356e4015bb0ae928472.tar.gz
(scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès.
-rw-r--r--libguile/gc-mark.c2
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.
*/