Omit visibility pragmas on Windows (fixes warnings/validate failures)
[ghc-hetmet.git] / rts / sm / GCThread.h
index 44ea537..d2459fd 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "WSDeque.h"
 
-#pragma GCC visibility push(hidden)
+BEGIN_RTS_PRIVATE
 
 /* -----------------------------------------------------------------------------
    General scheme
@@ -272,7 +272,7 @@ extern StgWord8 the_gc_thread[];
 
 #endif
 
-#pragma GCC visibility pop
+END_RTS_PRIVATE
 
 #endif // SM_GCTHREAD_H