Remove the Unicode alternative for ".." (#3894)
[ghc-hetmet.git] / rts / RetainerSet.h
index 6a00e13..e3d3acd 100644 (file)
@@ -14,6 +14,8 @@
 
 #ifdef PROFILING
 
+BEGIN_RTS_PRIVATE
+
 /*
   Type 'retainer' defines the retainer identity.
 
@@ -197,5 +199,7 @@ void outputAllRetainerSet(FILE *);
 //       the best place to define it.
 void printRetainer(FILE *, retainer);
 
+END_RTS_PRIVATE
+
 #endif /* PROFILING */
 #endif /* RETAINERSET_H */