From: simonpj Date: Fri, 26 Jan 2001 14:17:31 +0000 (+0000) Subject: [project @ 2001-01-26 14:17:31 by simonpj] X-Git-Tag: Approximately_9120_patches~2812 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3732d5050b033d8111eb505aee733922822ba585;p=ghc-hetmet.git [project @ 2001-01-26 14:17:31 by simonpj] Move TEXT_BEFORE_HEAP to rts/Storage.h --- diff --git a/ghc/includes/ClosureMacros.h b/ghc/includes/ClosureMacros.h index 0f276d5..1c9b20e 100644 --- a/ghc/includes/ClosureMacros.h +++ b/ghc/includes/ClosureMacros.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: ClosureMacros.h,v 1.30 2000/12/11 12:36:59 simonmar Exp $ + * $Id: ClosureMacros.h,v 1.31 2001/01/26 14:17:31 simonpj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -15,11 +15,6 @@ program may reside in a DLL */ -#undef TEXT_BEFORE_HEAP -#ifndef mingw32_TARGET_OS -#define TEXT_BEFORE_HEAP 1 -#endif - /* ----------------------------------------------------------------------------- Info tables are slammed up against the entry code, and the label for the info table is at the *end* of the table itself. This