mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Remove C99 comments
svn path=/trunk/; revision=6227
This commit is contained in:
parent
17ae64d307
commit
9a1cf274de
@ -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>
|
2007-12-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gtestutils.h:
|
* glib/gtestutils.h:
|
||||||
|
@ -1435,8 +1435,8 @@ g_slice_debug_tree_statistics (void)
|
|||||||
o++; /* formerly used, now empty */
|
o++; /* formerly used, now empty */
|
||||||
}
|
}
|
||||||
en = b ? en : 0;
|
en = b ? en : 0;
|
||||||
tf = MAX (t, 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
|
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: %u trunks, %u branches, %u old branches\n", t, b, o);
|
||||||
fprintf (stderr, "GSlice: MemChecker: %f branches per trunk, %.2f%% utilization\n",
|
fprintf (stderr, "GSlice: MemChecker: %f branches per trunk, %.2f%% utilization\n",
|
||||||
b / tf,
|
b / tf,
|
||||||
|
Loading…
Reference in New Issue
Block a user