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