Fix building with compilers which don't have an integer for a patch level
[ghc-hetmet.git] / compat / cbits / unicode.c
1 #if __GLASGOW_HASKELL__ < 605
2 #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0
3 #include "WCsubst.c"
4 #endif
5 #endif