blob: 3ef37e56e4400efe741886a98eb3715386b75bc9 (
plain)
1
2
3
4
5
6
|
/* Grab rawSystem from the library sources iff we're bootstrapping with an
* old version of GHC.
*/
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 601
#include "../../libraries/base/cbits/rawSystem.c"
#endif
|