[project @ 1996-01-10 12:38:57 by partain]
[ghc-hetmet.git] / ghc / runtime / hooks / SizeHooks.lc
1 \begin{code}
2 #include "rtsdefs.h"
3 #include "storage/SMinternal.h" /* DEFAULT_* here */
4
5 I_   SM_word_heap_size   = DEFAULT_HEAP_SIZE;
6 StgFloat SM_pc_free_heap = DEFAULT_PC_FREE;
7 I_   SM_word_stk_size    = DEFAULT_STACKS_SIZE;
8 \end{code}