diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-05-30 13:02:53 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-05-30 13:09:59 +0300 |
commit | 857005a762a12e021c3cc65b729bd6263b7145fb (patch) | |
tree | beb87bb7f5dc352d595264af44e8fa3bd7301d7d /rts/Printer.h | |
parent | 929bbe4fb2bc701d4820bcf7a1b1ff074f8d6226 (diff) | |
download | haskell-857005a762a12e021c3cc65b729bd6263b7145fb.tar.gz |
Move printMutableList to Printer.c next to other printers
Diffstat (limited to 'rts/Printer.h')
-rw-r--r-- | rts/Printer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Printer.h b/rts/Printer.h index dd268bef42..d2eaf010c6 100644 --- a/rts/Printer.h +++ b/rts/Printer.h @@ -24,6 +24,7 @@ const char * info_update_frame ( const StgClosure *closure ); extern void printClosure ( const StgClosure *obj ); extern void printStackChunk ( StgPtr sp, StgPtr spLim ); extern void printTSO ( StgTSO *tso ); +extern void printMutableList( bdescr *bd ); extern void DEBUG_LoadSymbols( const char *name ); |