Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / Task.h
index c11afb5..9b5f025 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "GetTime.h"
 
+BEGIN_RTS_PRIVATE
+
 /* 
    Definition of a Task
    --------------------
@@ -259,4 +261,6 @@ taskEnter (Task *task)
     setMyTask(task);
 }
 
+END_RTS_PRIVATE
+
 #endif /* TASK_H */