[MLton-commit] r5314
Matthew Fluet
fluet at mlton.org
Sun Feb 25 12:02:53 PST 2007
Format debugging output
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/gc/heap.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/heap.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/heap.c 2007-02-25 20:01:40 UTC (rev 5313)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/heap.c 2007-02-25 20:02:47 UTC (rev 5314)
@@ -9,7 +9,7 @@
GC_heap heap,
FILE *stream) {
fprintf(stream,
- "\t\tnursery ="FMTPTR"\n"
+ "\t\tnursery = "FMTPTR"\n"
"\t\toldGenSize = %zu\n"
"\t\tsize = %zu\n"
"\t\tstart = "FMTPTR"\n",
More information about the MLton-commit
mailing list