Handle renames from #3310
[ghc-hetmet.git] / rts / Trace.h
index fc19e89..8820075 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef TRACE_H
 #define TRACE_H
 
+#pragma GCC visibility push(hidden)
+
 // -----------------------------------------------------------------------------
 // Tracing functions
 // -----------------------------------------------------------------------------
@@ -88,4 +90,6 @@ traceClass (StgWord32 class) { return (classes_enabled & class); }
 
 // -----------------------------------------------------------------------------
 
+#pragma GCC visibility pop
+
 #endif /* TRACE_H */