summaryrefslogtreecommitdiff
path: root/rts/ProfilerReportJson.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfilerReportJson.h')
-rw-r--r--rts/ProfilerReportJson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfilerReportJson.h b/rts/ProfilerReportJson.h
index ace2e581e8..5e7271f70e 100644
--- a/rts/ProfilerReportJson.h
+++ b/rts/ProfilerReportJson.h
@@ -15,7 +15,7 @@
#include "BeginPrivate.h"
-#ifdef PROFILING
+#if defined(PROFILING)
void writeCCSReportJson(FILE *prof_file,
CostCentreStack const *ccs,