RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / storage / Liveness.h
similarity index 90%
rename from includes/Liveness.h
rename to includes/rts/storage/Liveness.h
index cc93cae..66c82f3 100644 (file)
@@ -11,8 +11,8 @@
  *
  * -------------------------------------------------------------------------- */
 
-#ifndef LIVENESS_H
-#define LIVENESS_H
+#ifndef RTS_STORAGE_LIVENESS_H
+#define RTS_STORAGE_LIVENESS_H
 
 #define NO_PTRS   0xff
 #define R1_PTR   (NO_PTRS ^ (1<<0))
@@ -31,4 +31,4 @@
 #define RET_DYN_PTRS(l)    ((l)>>24 & 0xff)
 #define RET_DYN_LIVENESS(l) ((l) & 0xffff)
 
-#endif /* LIVENESS_H */
+#endif /* RTS_STORAGE_LIVENESS_H */