Skip to content
Snippets Groups Projects
Commit 703e1415 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-15 14:46:50 by simonmar]

add bLOCK_SIZE
parent b72390e9
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment