diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-01-22 16:18:11 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-01-22 16:18:11 +0000 |
commit | 235edf36cc202bb21c00d0e5e05ebf076fb0542e (patch) | |
tree | 07e37dfff5b46fc78926eb8ad8def481729bf447 /utils/ghc-pkg/CRT_noglob.c | |
parent | 4b01f5dedecdab28e2524f7d9adc77449f596dcc (diff) | |
download | haskell-235edf36cc202bb21c00d0e5e05ebf076fb0542e.tar.gz |
This goes with the patch for #1839, #1463
Diffstat (limited to 'utils/ghc-pkg/CRT_noglob.c')
-rw-r--r-- | utils/ghc-pkg/CRT_noglob.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ghc-pkg/CRT_noglob.c b/utils/ghc-pkg/CRT_noglob.c new file mode 100644 index 0000000000..b4c670bdfa --- /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; |