(scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès.
authorKevin Ryde <user42@zip.com.au>
Sat, 26 Nov 2005 00:49:24 +0000 (00:49 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 26 Nov 2005 00:49:24 +0000 (00:49 +0000)
libguile/gc-mark.c

index 78137af..f827925 100644 (file)
@@ -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.
    */