X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrinter.h;h=54bf611250d4f5c34ae9bbf240ef15053cad5983;hb=3eacdc7faf0d0e87a7201253f9f12c1fb4db7249;hp=23cd6d8aa4a2bc65aeaa0062636d07eeb19dd104;hpb=94e06463420582cc2d336b39a297e82af39e4cc4;p=ghc-hetmet.git diff --git a/ghc/rts/Printer.h b/ghc/rts/Printer.h index 23cd6d8..54bf611 100644 --- a/ghc/rts/Printer.h +++ b/ghc/rts/Printer.h @@ -1,11 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-2000 + * (c) The GHC Team, 1998-2005 * * Prototypes for functions in Printer.c * * ---------------------------------------------------------------------------*/ +#ifndef PRINTER_H +#define PRINTER_H + extern void printPtr ( StgPtr p ); extern void printObj ( StgClosure *obj ); @@ -23,3 +26,6 @@ extern void DEBUG_LoadSymbols( char *name ); extern const char *lookupGHCName( void *addr ); #endif + +#endif /* PRINTER_H */ +