diff options
Diffstat (limited to 'ghc/includes/ClosureMacros.h')
-rw-r--r-- | ghc/includes/ClosureMacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/includes/ClosureMacros.h b/ghc/includes/ClosureMacros.h index 12023a5918..11636b895c 100644 --- a/ghc/includes/ClosureMacros.h +++ b/ghc/includes/ClosureMacros.h @@ -114,7 +114,7 @@ #define SET_PROF_HDR(c,ccs_) \ ((c)->header.prof.ccs = ccs_, \ LDV_RECORD_CREATE((c))) -#endif // DEBUG_RETAINER +#endif /* DEBUG_RETAINER */ #define SET_STATIC_PROF_HDR(ccs_) \ prof : { ccs : (CostCentreStack *)ccs_, hp : { rs : NULL } }, #else |