X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrinter.h;h=54bf611250d4f5c34ae9bbf240ef15053cad5983;hb=82e428eb5b208542dcc6c093d194932841fd9d8f;hp=f874fbe5d03dc65297a78bfb25b6fe0f9049757f;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git diff --git a/ghc/rts/Printer.h b/ghc/rts/Printer.h index f874fbe..54bf611 100644 --- a/ghc/rts/Printer.h +++ b/ghc/rts/Printer.h @@ -1,12 +1,14 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.h,v 1.7 2002/12/11 15:36:45 simonmar Exp $ * - * (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 ); @@ -24,3 +26,6 @@ extern void DEBUG_LoadSymbols( char *name ); extern const char *lookupGHCName( void *addr ); #endif + +#endif /* PRINTER_H */ +