add comment: __thread is not supported by gcc on OS X yet
[ghc-hetmet.git] / rts / sm / Compact.h
index 7a237ac..7fe15e5 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef SM_COMPACT_H
 #define SM_COMPACT_H
 
+BEGIN_RTS_PRIVATE
+
 INLINE_HEADER rtsBool
 mark_stack_empty(void)
 {
@@ -74,6 +76,8 @@ is_marked(StgPtr p, bdescr *bd)
     return (*bitmap_word & bit_mask);
 }
 
-extern void compact (StgClosure *static_objects);
+void compact (StgClosure *static_objects);
+
+END_RTS_PRIVATE
 
 #endif /* SM_COMPACT_H */