X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2Fstorage%2FLiveness.h;fp=includes%2FLiveness.h;h=66c82f3134d33f4a52c1fe967771d4b69fea19b3;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=cc93cae34f9c92c020ed8697e2a1a735bfc3a188;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;p=ghc-hetmet.git diff --git a/includes/Liveness.h b/includes/rts/storage/Liveness.h similarity index 90% rename from includes/Liveness.h rename to includes/rts/storage/Liveness.h index cc93cae..66c82f3 100644 --- a/includes/Liveness.h +++ b/includes/rts/storage/Liveness.h @@ -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 */