fix haddock submodule pointer
[ghc-hetmet.git] / rts / Profiling.h
index 87d81e2..e27ad4c 100644 (file)
 
 #include <stdio.h>
 
-#pragma GCC visibility push(hidden)
+#include "BeginPrivate.h"
 
 void initProfiling1 (void);
-void freeProfiling1 (void);
 void initProfiling2 (void);
 void endProfiling   (void);
+void freeProfiling  (void);
 
 extern FILE *prof_file;
 extern FILE *hp_file;
@@ -37,6 +37,6 @@ void debugCCS( CostCentreStack *ccs );
 
 #endif
 
-#pragma GCC visibility pop
+#include "EndPrivate.h"
 
 #endif /* PROFILING_H */