[project @ 2001-10-01 11:36:28 by simonmar]
[ghc-hetmet.git] / ghc / rts / hooks / RtsOpts.c
1 /* -----------------------------------------------------------------------------
2  * $Id: RtsOpts.c,v 1.1 2001/10/01 11:36:29 simonmar Exp $
3  *
4  * Default RTS options.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 #include "Rts.h"
9
10 // Default RTS options can be given by providing an alternate
11 // definition for this variable, pointing to a string of RTS options.
12 char *ghc_rts_opts = NULL;