[project @ 1998-11-26 09:17:22 by sof]
[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}