Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / Stats.h
index 4b98739..f132215 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "GetTime.h"
 
+BEGIN_RTS_PRIVATE
+
 void      stat_startInit(void);
 void      stat_endInit(void);
 
@@ -59,5 +61,6 @@ Ticks stat_getElapsedTime(void);
 void statsPrintf( char *s, ... ) 
     GNUC3_ATTRIBUTE(format (printf, 1, 2));
 
+END_RTS_PRIVATE
 
 #endif /* STATS_H */