[project @ 2002-07-17 09:21:48 by simonmar]
[ghc-hetmet.git] / ghc / rts / hooks / RtsOpts.c
1 /* -----------------------------------------------------------------------------
2  * $Id: RtsOpts.c,v 1.2 2002/07/17 09:21:51 simonmar Exp $
3  *
4  * Default RTS options.
5  *
6  * ---------------------------------------------------------------------------*/
7
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;