diff options
Diffstat (limited to 'rts/Sanity.h')
-rw-r--r-- | rts/Sanity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Sanity.h b/rts/Sanity.h index f27c395c44..96ac6c534f 100644 --- a/rts/Sanity.h +++ b/rts/Sanity.h @@ -11,7 +11,7 @@ #ifdef DEBUG -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE # if defined(PAR) # define PVM_PE_MASK 0xfffc0000 @@ -36,7 +36,7 @@ void checkMutableLists ( rtsBool checkTSOs ); void checkBQ (StgTSO *bqe, StgClosure *closure); -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* DEBUG */ |