X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FPrinter.h;h=7b51ce55b5a7dffd5fdac00abc0cb50353eadccc;hp=ca0cadb19ce354984b91ea1fe33949782b1a4b21;hb=cf5905ea24904cf73a041fd7535e8723a668cb9a;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e diff --git a/rts/Printer.h b/rts/Printer.h index ca0cadb..7b51ce5 100644 --- a/rts/Printer.h +++ b/rts/Printer.h @@ -9,7 +9,7 @@ #ifndef PRINTER_H #define PRINTER_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" extern void printPtr ( StgPtr p ); extern void printObj ( StgClosure *obj ); @@ -34,7 +34,7 @@ extern const char *lookupGHCName( void *addr ); extern char *what_next_strs[]; #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PRINTER_H */