RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / sm / Sweep.h
index e7904a9..562a934 100644 (file)
@@ -1,6 +1,6 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team 2008 
+ * (c) The GHC Team 2008
  *
  * Simple mark/sweep, collecting whole blocks.
  *
@@ -11,4 +11,9 @@
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef SM_SWEEP_H
+#define SM_SWEEP_H
+
 void sweep(step *gen);
+
+#endif /* SM_SWEEP_H */