SPARC: Fix ffi019 split load/store of HsInt64 into two parts to respect alignment...
[ghc-hetmet.git] / utils / ghc-pkg / CRT_noglob.c
1 // Turns off globbing for MingW, this is the same as that
2 // CRT_noglob.o, but avoids having to locate CRT_nogob.o in the
3 // filesystem.
4 unsigned long _CRT_glob = 0;