From b51576c90dae9179aa5e9c367fbd323abcb5b846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sun, 4 Dec 2016 15:19:53 +0100 Subject: [PATCH] cosmetic: comment wrap --- src/c/alloc_2.d | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/c/alloc_2.d b/src/c/alloc_2.d index d4f438253..204260108 100644 --- a/src/c/alloc_2.d +++ b/src/c/alloc_2.d @@ -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