Tell the mangler how to mangle for amd64/freebsd; fixes trac #2072
[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;