From: Clemens Fruhwirth Date: Mon, 6 Aug 2007 08:45:24 +0000 (+0000) Subject: Weak.c incorrectly claims it's being compiled along RTS Main.c X-Git-Tag: 2007-09-25~132 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dfc4d5e3b9642aef3c659f977ab1c36140c0676d;hp=b8a64b8ec9cd3d8f6e3f23e44312c4903eccac45 Weak.c incorrectly claims it's being compiled along RTS Main.c --- diff --git a/rts/Weak.c b/rts/Weak.c index 569bffb..e97ff57 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"