[project @ 2000-05-15 14:46:50 by simonmar]
authorsimonmar <unknown>
Mon, 15 May 2000 14:46:50 +0000 (14:46 +0000)
committersimonmar <unknown>
Mon, 15 May 2000 14:46:50 +0000 (14:46 +0000)
add bLOCK_SIZE

ghc/compiler/main/Constants.lhs

index f67e007..641b9f7 100644 (file)
@@ -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}