summaryrefslogtreecommitdiff
path: root/ghc/rts/MBlock.h
diff options
context:
space:
mode:
authorsof <unknown>1999-05-04 10:19:19 +0000
committersof <unknown>1999-05-04 10:19:19 +0000
commit50a70f642ca958cbb2dec99b0b0ae67120c9ffa9 (patch)
treea1501a1639d80f06fbfb3a02b923686c995d9842 /ghc/rts/MBlock.h
parent38171834347cd11e46f574488fbfd1835e5895a1 (diff)
downloadhaskell-50a70f642ca958cbb2dec99b0b0ae67120c9ffa9.tar.gz
[project @ 1999-05-04 10:19:14 by sof]
Misc tweaks to Win32 DLL setup
Diffstat (limited to 'ghc/rts/MBlock.h')
-rw-r--r--ghc/rts/MBlock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h
index 52467e5b78..fc23a1e9fd 100644
--- a/ghc/rts/MBlock.h
+++ b/ghc/rts/MBlock.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: MBlock.h,v 1.5 1999/03/03 19:04:57 sof Exp $
+ * $Id: MBlock.h,v 1.6 1999/05/04 10:19:16 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -9,7 +9,7 @@
extern lnat mblocks_allocated;
-#ifdef HAVE_WIN32_DLL_SUPPORT
+#ifdef ENABLE_WIN32_DLL_SUPPORT
extern int is_heap_alloced(const void* p);
#endif