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