1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 15:00:21 +02:00

(scm_mark_all): Change C++ comment to C comment. Reported by Ludovic Courtès.

This commit is contained in:
Kevin Ryde 2005-11-26 00:49:24 +00:00
parent 203a6c87fd
commit 1f65cc174d

View file

@ -138,7 +138,7 @@ scm_mark_all (void)
break; break;
} }
//fprintf (stderr, "%d loops\n", loops); /* fprintf (stderr, "%d loops\n", loops); */
/* Remove all unmarked entries from the weak vectors. /* Remove all unmarked entries from the weak vectors.
*/ */