mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 21:13:18 -08:00
cosmetic: comment wrap
This commit is contained in:
parent
426ab1f172
commit
b51576c90d
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue