From b311f131b123c6941daf3825f7432d85aa19368f Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 26 Jan 1999 10:41:20 +0000 Subject: [PATCH] [project @ 1999-01-26 10:41:20 by sof] ifdef fix --- ghc/rts/MBlock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) { -- 1.7.10.4