From: Simon Marlow Date: Tue, 22 Jan 2008 16:18:11 +0000 (+0000) Subject: This goes with the patch for #1839, #1463 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=235edf36cc202bb21c00d0e5e05ebf076fb0542e This goes with the patch for #1839, #1463 --- diff --git a/utils/ghc-pkg/CRT_noglob.c b/utils/ghc-pkg/CRT_noglob.c new file mode 100644 index 0000000..b4c670b --- /dev/null +++ b/utils/ghc-pkg/CRT_noglob.c @@ -0,0 +1,4 @@ +// Turns off globbing for MingW, this is the same as that +// CRT_noglob.o, but avoids having to locate CRT_nogob.o in the +// filesystem. +unsigned long _CRT_glob = 0;