diff options
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r-- | rts/RtsUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index cbf23b06d5..e47dbb9110 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,7 +9,7 @@ #ifndef RTSUTILS_H #define RTSUTILS_H -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation @@ -48,6 +48,6 @@ int genericRaise(int sig); int rts_isProfiled(void); -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* RTSUTILS_H */ |