Fix whitespace in TcTyDecls
[ghc-hetmet.git] / rts / Trace.h
index cf6c141..b735daf 100644 (file)
@@ -108,6 +108,8 @@ void traceEnd (void);
 // Profiling flags
 #define TRACE_sched                (1<<29)
 
+// Coverge flags
+#define DEBUG_hpc                  (1<<30)
 
 // -----------------------------------------------------------------------------
 // PRIVATE below here