[commit: ghc] wip/erikd/rts: fixup (dc9c1ca)

git at git.haskell.org git at git.haskell.org
Thu Oct 20 19:29:13 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/erikd/rts
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc9c1caa5719f23eb8eaec3dd4782fa88e25129e/ghc

>---------------------------------------------------------------

commit dc9c1caa5719f23eb8eaec3dd4782fa88e25129e
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Thu Oct 20 21:15:57 2016 +1100

    fixup


>---------------------------------------------------------------

dc9c1caa5719f23eb8eaec3dd4782fa88e25129e
 ghc/hschooks.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ghc/hschooks.c b/ghc/hschooks.c
index b4ce060..7e1ef91 100644
--- a/ghc/hschooks.c
+++ b/ghc/hschooks.c
@@ -4,6 +4,8 @@ for various bits of the RTS.  They are linked
 in instead of the defaults.
 */
 
+#define __USE_MINGW_ANSI_STDIO 1
+
 #include "Rts.h"
 
 #include "HsFFI.h"



More information about the ghc-commits mailing list