SCM Repository
[smlnj] Diff of /sml/trunk/src/runtime/gc/import-heap.c
Diff of /sml/trunk/src/runtime/gc/import-heap.c
Parent Directory
|
Revision Log
|
Patch
168 |
/* read the ML heap */ |
/* read the ML heap */ |
169 |
ReadHeap (&inBuf, &heapHdr, msp, externs); |
ReadHeap (&inBuf, &heapHdr, msp, externs); |
170 |
/* GC message are on by default for interactive images */ |
/* GC message are on by default for interactive images */ |
171 |
GCMessages = TRUE; |
/* GCMessages = TRUE; */ |
172 |
} |
} |
173 |
else { /* EXPORT_FN_IMAGE */ |
else { /* EXPORT_FN_IMAGE */ |
174 |
ml_val_t funct, cmdName, args; |
ml_val_t funct, cmdName, args; |
|
Legend:
Removed from v.47 |
|
changed lines |
|
Added in v.48 |
|
|