fix haddock submodule pointer
[ghc-hetmet.git] / rts / hooks / RtsOptsEnabled.c
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 2010
4  *
5  * En/disable RTS options
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #include "Rts.h"
10 #include "RtsOpts.h"
11
12 const RtsOptsEnabledEnum rtsOptsEnabled = RtsOptsSafeOnly;
13