Remove C99 comments

svn path=/trunk/; revision=6227
This commit is contained in:
Matthias Clasen 2008-01-01 04:13:26 +00:00
parent 17ae64d307
commit 9a1cf274de
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-31 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.c: Remove C99 comments
2007-12-24 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.h:

View File

@ -1435,8 +1435,8 @@ g_slice_debug_tree_statistics (void)
o++; /* formerly used, now empty */
}
en = b ? en : 0;
tf = MAX (t, 1.0); // max(1) to be a valid divisor
bf = MAX (b, 1.0); // max(1) to be a valid divisor
tf = MAX (t, 1.0); /* max(1) to be a valid divisor */
bf = MAX (b, 1.0); /* max(1) to be a valid divisor */
fprintf (stderr, "GSlice: MemChecker: %u trunks, %u branches, %u old branches\n", t, b, o);
fprintf (stderr, "GSlice: MemChecker: %f branches per trunk, %.2f%% utilization\n",
b / tf,