Fix the symbol visibility pragmas
[ghc-hetmet.git] / rts / sm / Evac.h
index 52346b1..c95658a 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef SM_EVAC_H
 #define SM_EVAC_H
 
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
 
 // Use a register argument for evacuate, if available.
 // Earlier, the regparm attribute was used whenever __GNUC__ >= 2, but this
@@ -37,7 +37,7 @@ REGPARM1 void evacuate1 (StgClosure **p);
 
 extern lnat thunk_selector_depth;
 
-END_RTS_PRIVATE
+#include "EndPrivate.h"
 
 #endif /* SM_EVAC_H */