Fix the symbol visibility pragmas
[ghc-hetmet.git] / rts / BeginPrivate.h
diff --git a/rts/BeginPrivate.h b/rts/BeginPrivate.h
new file mode 100644 (file)
index 0000000..3ba4b89
--- /dev/null
@@ -0,0 +1,3 @@
+#if __GNUC__ >= 4
+#pragma GCC visibility push(hidden)
+#endif