cosmetic: comment wrap

This commit is contained in:
Daniel Kochmański 2016-12-04 15:19:53 +01:00
parent 426ab1f172
commit b51576c90d

View file

@ -1263,14 +1263,13 @@ si_gc_stats(cl_object enable)
@(return size1 size2 old_status);
}
/*
* This procedure is invoked after garbage collection. Note that we
/* This procedure is invoked after garbage collection. Note that we
* cannot cons because this procedure is invoked with the garbage
* collection lock on.
*/
* collection lock on. */
static void
gather_statistics()
{
/* GC stats rely on bignums */
if (cl_core.gc_stats) {
/* Sorry, no gc stats if you do not use bignums */
#if GBC_BOEHM == 0