summaryrefslogtreecommitdiff
path: root/rts/Weak.c
diff options
context:
space:
mode:
authorClemens Fruhwirth <clemens@endorphin.org>2007-08-06 08:45:24 +0000
committerClemens Fruhwirth <clemens@endorphin.org>2007-08-06 08:45:24 +0000
commitdfc4d5e3b9642aef3c659f977ab1c36140c0676d (patch)
tree377671cc7183f7c777c8b15973e714d4d25a4804 /rts/Weak.c
parentb8a64b8ec9cd3d8f6e3f23e44312c4903eccac45 (diff)
downloadhaskell-dfc4d5e3b9642aef3c659f977ab1c36140c0676d.tar.gz
Weak.c incorrectly claims it's being compiled along RTS Main.c
Diffstat (limited to 'rts/Weak.c')
-rw-r--r--rts/Weak.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Weak.c b/rts/Weak.c
index 569bffb244..e97ff57e9a 100644
--- a/rts/Weak.c
+++ b/rts/Weak.c
@@ -7,7 +7,6 @@
* ---------------------------------------------------------------------------*/
#include "PosixSource.h"
-#define COMPILING_RTS_MAIN
#include "Rts.h"
#include "RtsUtils.h"
#include "SchedAPI.h"