fix the build with GHC 6.4 (not 6.4.1)
[ghc-hetmet.git] / ghc / lib / compat / cbits / unicode.c
index 0e0d1c5..c744cc9 100644 (file)
@@ -1,3 +1,3 @@
-#if __GLASGOW_HASKELL__ < 604
+#if __GLASGOW_HASKELL__ < 604 || (__GLASGOW_HASKELL__==604 && __GHC_PATCHLEVEL__==0)
 #include "WCsubst.c"
 #endif