Reorganisation of the source tree
[ghc-hetmet.git] / compiler / cbits / rawSystem.c
diff --git a/compiler/cbits/rawSystem.c b/compiler/cbits/rawSystem.c
new file mode 100644 (file)
index 0000000..d103f48
--- /dev/null
@@ -0,0 +1,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