From 9a9803e8dc80ba41bd3e2d31228e64fa6b61060e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 9 Sep 2009 09:32:17 +0000 Subject: Omit visibility pragmas on Windows (fixes warnings/validate failures) --- rts/RetainerSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rts/RetainerSet.h') diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index cbf8c1d9b0..e3d3acd38c 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -14,7 +14,7 @@ #ifdef PROFILING -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE /* Type 'retainer' defines the retainer identity. @@ -199,7 +199,7 @@ void outputAllRetainerSet(FILE *); // the best place to define it. void printRetainer(FILE *, retainer); -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* PROFILING */ #endif /* RETAINERSET_H */ -- cgit v1.2.1