Reorganisation of the source tree
[ghc-hetmet.git] / compat / cbits / unicode.c
diff --git a/compat/cbits/unicode.c b/compat/cbits/unicode.c
new file mode 100644 (file)
index 0000000..c744cc9
--- /dev/null
@@ -0,0 +1,3 @@
+#if __GLASGOW_HASKELL__ < 604 || (__GLASGOW_HASKELL__==604 && __GHC_PATCHLEVEL__==0)
+#include "WCsubst.c"
+#endif