mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Remove C99 comments
svn path=/trunk/; revision=6227
This commit is contained in:
@@ -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:
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user