diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-06 08:45:24 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-06 08:45:24 +0000 |
commit | dfc4d5e3b9642aef3c659f977ab1c36140c0676d (patch) | |
tree | 377671cc7183f7c777c8b15973e714d4d25a4804 /rts/Weak.c | |
parent | b8a64b8ec9cd3d8f6e3f23e44312c4903eccac45 (diff) | |
download | haskell-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.c | 1 |
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" |