Make the alternative layout rule cope with file pragmas
[ghc-hetmet.git] / rts / RtsUtils.h
index 241cbf3..e47dbb9 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef RTSUTILS_H
 #define RTSUTILS_H
 
+BEGIN_RTS_PRIVATE
+
 /* -----------------------------------------------------------------------------
  * (Checked) dynamic allocation
  * -------------------------------------------------------------------------- */
@@ -41,12 +43,11 @@ void heapCheckFail( void );
 
 void printRtsInfo(void);
 
-HsInt genSymZh(void);
-HsInt resetGenSymZh(void);
-
 /* Alternate to raise(3) for threaded rts, for OpenBSD */
 int genericRaise(int sig);
 
 int rts_isProfiled(void);
 
+END_RTS_PRIVATE
+
 #endif /* RTSUTILS_H */