Catch too-large allocations and emit an error message (#4505)
[ghc-hetmet.git] / includes / RtsOpts.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 2010
4  *
5  * En/disable RTS options
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef RTSOPTS_H
10 #define RTSOPTS_H
11
12 typedef enum {rtsOptsNone, rtsOptsSafeOnly, rtsOptsAll} rtsOptsEnabledEnum;
13
14 extern const rtsOptsEnabledEnum rtsOptsEnabled;
15
16 #endif /* RTSOPTS_H */