X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Frts%2FDisassembler.h;h=28510971179a921e7f0c0de0e887c61ad57fe223;hp=9762566c4f7cb7a491b2a91ecbd9c1b782d206f3;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hpb=6d35596c37601a9bf608e32034c390d516454c29 diff --git a/ghc/rts/Disassembler.h b/ghc/rts/Disassembler.h index 9762566..2851097 100644 --- a/ghc/rts/Disassembler.h +++ b/ghc/rts/Disassembler.h @@ -1,16 +1,19 @@ - /* ----------------------------------------------------------------------------- - * $Id: Disassembler.h,v 1.7 2001/02/11 17:51:07 simonmar Exp $ * - * (c) The GHC Team, 1998-2000 + * (c) The GHC Team, 1998-2005 * * Prototypes for functions in Disassembler.c * * ---------------------------------------------------------------------------*/ +#ifndef DISASSEMBLER_H +#define DISASSEMBLER_H + #ifdef DEBUG extern int disInstr ( StgBCO *bco, int pc ); extern void disassemble( StgBCO *bco ); #endif + +#endif /* DISASSEMBLER_H */