diff options
Diffstat (limited to 'rts/sm/GCThread.h')
-rw-r--r-- | rts/sm/GCThread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/sm/GCThread.h b/rts/sm/GCThread.h index 44ea537cda..d2459fd96b 100644 --- a/rts/sm/GCThread.h +++ b/rts/sm/GCThread.h @@ -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 |