From 703e1415ca2171c1a9a13a48a12d1649975e9161 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 May 2000 14:46:50 +0000 Subject: [PATCH 1/1] [project @ 2000-05-15 14:46:50 by simonmar] add bLOCK_SIZE --- ghc/compiler/main/Constants.lhs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index f67e007..641b9f7 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -64,6 +64,8 @@ module Constants ( iNT64_SIZE, wORD64_SIZE, + bLOCK_SIZE, + interfaceFileFormatVersion ) where @@ -219,3 +221,9 @@ area is has available. \begin{code} rESERVED_C_STACK_BYTES = (RESERVED_C_STACK_BYTES :: Int) \end{code} + +Size of a storage manager block (in bytes). + +\begin{code} +bLOCK_SIZE = (BLOCK_SIZE :: Int) +\end{code} -- 1.7.10.4