From: sof Date: Tue, 26 Jan 1999 10:41:20 +0000 (+0000) Subject: [project @ 1999-01-26 10:41:20 by sof] X-Git-Tag: Approximately_9120_patches~6688 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b311f131b123c6941daf3825f7432d85aa19368f;p=ghc-hetmet.git [project @ 1999-01-26 10:41:20 by sof] ifdef fix --- diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index 5d83dc9..5e2fd24 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.c,v 1.7 1999/01/25 11:55:06 sof Exp $ + * $Id: MBlock.c,v 1.8 1999/01/26 10:41:20 sof Exp $ * * MegaBlock Allocator Interface. This file contains all the dirty * architecture-dependent hackery required to get a chunk of aligned @@ -31,7 +31,7 @@ #include #endif -#if cygwin32_TARGET_OS +#if HAVE_WINDOWS_H #include #endif @@ -73,7 +73,6 @@ getMBlock(void) } #ifndef _WIN32 - void * getMBlocks(nat n) {