From 3732d5050b033d8111eb505aee733922822ba585 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 26 Jan 2001 14:17:31 +0000 Subject: [PATCH] [project @ 2001-01-26 14:17:31 by simonpj] Move TEXT_BEFORE_HEAP to rts/Storage.h --- ghc/includes/ClosureMacros.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 1.7.10.4