remove empty dir
[ghc-hetmet.git] / ghc / rts / Disassembler.h
index 9762566..2851097 100644 (file)
@@ -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 */