From dfc4d5e3b9642aef3c659f977ab1c36140c0676d Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Mon, 6 Aug 2007 08:45:24 +0000 Subject: [PATCH] Weak.c incorrectly claims it's being compiled along RTS Main.c --- rts/Weak.c | 1 - 1 file changed, 1 deletion(-) 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" -- 1.7.10.4