acf0d2edcf2e1652709a4ba3952e0d03ada13264
[ghc-hetmet.git] / ghc / runtime / hooks / SizeHooks.lc
1 \begin{code}
2 #include "rtsdefs.h"
3
4 void
5 defaultsHook (void)
6 { /* this is called *after* RTSflags has had
7      its defaults set, but *before* we start
8      processing the RTS command-line options.
9
10      This default version does *nothing*.
11      The user may provide a more interesting
12      one.
13   */
14 }
15 \end{code}