summaryrefslogtreecommitdiff
path: root/rts/sm/Compact.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/Compact.h')
-rw-r--r--rts/sm/Compact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/sm/Compact.h b/rts/sm/Compact.h
index 1e89ad36a8..7fe15e5667 100644
--- a/rts/sm/Compact.h
+++ b/rts/sm/Compact.h
@@ -14,7 +14,7 @@
#ifndef SM_COMPACT_H
#define SM_COMPACT_H
-#pragma GCC visibility push(hidden)
+BEGIN_RTS_PRIVATE
INLINE_HEADER rtsBool
mark_stack_empty(void)
@@ -78,6 +78,6 @@ is_marked(StgPtr p, bdescr *bd)
void compact (StgClosure *static_objects);
-#pragma GCC visibility pop
+END_RTS_PRIVATE
#endif /* SM_COMPACT_H */