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
163 |
/* read the ML heap */ |
/* read the ML heap */ |
164 |
ReadHeap (&inBuf, &heapHdr, msp, externs); |
ReadHeap (&inBuf, &heapHdr, msp, externs); |
165 |
/* GC message are on by default for interactive images */ |
/* GC message are on by default for interactive images */ |
166 |
/* ...but not for me... (Blume) */ |
GCMessages = TRUE; |
|
GCMessages = FALSE; |
|
167 |
} |
} |
168 |
else { /* EXPORT_FN_IMAGE */ |
else { /* EXPORT_FN_IMAGE */ |
169 |
ml_val_t funct, cmdName, args; |
ml_val_t funct, cmdName, args; |
|
Legend:
Removed from v.465 |
|
changed lines |
|
Added in v.466 |
|
|