From: simonmar Date: Mon, 15 May 2000 14:46:50 +0000 (+0000) Subject: [project @ 2000-05-15 14:46:50 by simonmar] X-Git-Tag: Approximately_9120_patches~4460 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=703e1415ca2171c1a9a13a48a12d1649975e9161;hp=b72390e9f9984555c9b119af4aa2acea79798870;p=ghc-hetmet.git [project @ 2000-05-15 14:46:50 by simonmar] add bLOCK_SIZE --- 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}