Remove the Unicode alternative for ".." (#3894)
[ghc-hetmet.git] / rts / 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 extern const rtsBool rtsOptsEnabled;
13
14 #endif /* RTSOPTS_H */