Reorganisation of the source tree
[ghc-hetmet.git] / rts / hooks / RtsOpts.c
1 /* -----------------------------------------------------------------------------
2  *
3  * Default RTS options.
4  *
5  * ---------------------------------------------------------------------------*/
6
7 #include "Rts.h"
8
9 #include <stdlib.h>
10
11 // Default RTS options can be given by providing an alternate
12 // definition for this variable, pointing to a string of RTS options.
13 char *ghc_rts_opts = NULL;