diff options
author | sebc <unknown> | 2001-12-10 01:28:00 +0000 |
---|---|---|
committer | sebc <unknown> | 2001-12-10 01:28:00 +0000 |
commit | 5ca4a0134475bbc790af6ce7d7517a97e877bff6 (patch) | |
tree | 56e170b37417e0b089e1bab3468e42f19f72208e /ghc/rts/MBlock.h | |
parent | 016c809cabf84058a415d70cb1a55585e5e8c6b4 (diff) | |
download | haskell-5ca4a0134475bbc790af6ce7d7517a97e877bff6.tar.gz |
[project @ 2001-12-10 01:27:59 by sebc]
MacOS X 10.1 identifies as "darwin"
Diffstat (limited to 'ghc/rts/MBlock.h')
-rw-r--r-- | ghc/rts/MBlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index 437d65d02e..8ca6c5115c 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.h,v 1.10 2001/07/26 03:26:28 ken Exp $ + * $Id: MBlock.h,v 1.11 2001/12/10 01:28:00 sebc Exp $ * * (c) The GHC Team, 1998-1999 * @@ -52,7 +52,7 @@ extern void * getMBlocks(nat n); /* guess */ #define HEAP_BASE 0x50000000 -#elif macosx_TARGET_OS +#elif darwin_TARGET_OS /* guess */ #define HEAP_BASE 0x50000000 |