summaryrefslogtreecommitdiff
path: root/rts/STM.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/STM.h')
-rw-r--r--rts/STM.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/STM.h b/rts/STM.h
index eae93b28a1..f15a681bf2 100644
--- a/rts/STM.h
+++ b/rts/STM.h
@@ -40,7 +40,7 @@
#define STM_UNIPROC
#endif
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
/*----------------------------------------------------------------------
@@ -225,7 +225,7 @@ void stmWriteTVar(Capability *cap,
/*----------------------------------------------------------------------*/
-END_RTS_PRIVATE
+#include "EndPrivate.h"
#endif /* STM_H */