diff options
Diffstat (limited to 'compat/cbits/unicode.c')
-rw-r--r-- | compat/cbits/unicode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compat/cbits/unicode.c b/compat/cbits/unicode.c deleted file mode 100644 index c239e21c77..0000000000 --- a/compat/cbits/unicode.c +++ /dev/null @@ -1,5 +0,0 @@ -#if __GLASGOW_HASKELL__ < 605 -#if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0 -#include "WCsubst.c" -#endif -#endif |