summaryrefslogtreecommitdiff
path: root/compat/cbits/unicode.c
blob: c239e21c7758cca5a29de16ebab548cd965e3596 (plain)
1
2
3
4
5
#if __GLASGOW_HASKELL__ < 605
#if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0
#include "WCsubst.c"
#endif
#endif