summaryrefslogtreecommitdiff
path: root/rts/RtsMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsMain.c')
-rw-r--r--rts/RtsMain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsMain.c b/rts/RtsMain.c
index 48df8e9db7..d9f05576a0 100644
--- a/rts/RtsMain.c
+++ b/rts/RtsMain.c
@@ -17,14 +17,14 @@
#include "Task.h"
#include "Excn.h"
-#ifdef DEBUG
+#if defined(DEBUG)
# include "Printer.h" /* for printing */
#endif
// Hack: we assume that we're building a batch-mode system unless
// INTERPRETER is set
-#ifndef INTERPRETER /* Hack */
+#if !defined(INTERPRETER) /* Hack */
// The rts entry point from a compiled program using a Haskell main
// function. This gets called from a tiny main function generated by