summaryrefslogtreecommitdiff
path: root/rts/Stable.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Stable.h')
-rw-r--r--rts/Stable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Stable.h b/rts/Stable.h
index ebabee7ad0..d7b7f8bb1e 100644
--- a/rts/Stable.h
+++ b/rts/Stable.h
@@ -17,7 +17,7 @@
#include "sm/GC.h" // for evac_fn below
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
void freeStablePtr ( StgStablePtr sp );
@@ -33,6 +33,6 @@ void updateStablePtrTable ( rtsBool full );
void stablePtrPreGC ( void );
void stablePtrPostGC ( void );
-END_RTS_PRIVATE
+#include "EndPrivate.h"
#endif /* STABLE_H */