X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FConstants.lhs;fp=ghc%2Fcompiler%2Fmain%2FConstants.lhs;h=641b9f769b04c79e232caf065fd5152d9048e107;hb=703e1415ca2171c1a9a13a48a12d1649975e9161;hp=f67e00707cb1301425c9e515ce62a77449a7bc15;hpb=b72390e9f9984555c9b119af4aa2acea79798870;p=ghc-hetmet.git 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}