[commit: ghc] wip/erikd/rts: wip (1ee8879)

git at git.haskell.org git at git.haskell.org
Thu Oct 20 09:44:50 UTC 2016


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

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

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

commit 1ee88795cde68d8d4effe129f54f616cd47fb30e
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Fri Jul 1 19:05:46 2016 +1000

    wip


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

1ee88795cde68d8d4effe129f54f616cd47fb30e
 ghc/hschooks.c          | 1 -
 iserv/cbits/iservmain.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/ghc/hschooks.c b/ghc/hschooks.c
index 46a0944..b4ce060 100644
--- a/ghc/hschooks.c
+++ b/ghc/hschooks.c
@@ -4,7 +4,6 @@ for various bits of the RTS.  They are linked
 in instead of the defaults.
 */
 
-#include "../rts/PosixSource.h"
 #include "Rts.h"
 
 #include "HsFFI.h"
diff --git a/iserv/cbits/iservmain.c b/iserv/cbits/iservmain.c
index daefd35..eeee2db 100644
--- a/iserv/cbits/iservmain.c
+++ b/iserv/cbits/iservmain.c
@@ -1,4 +1,4 @@
-#include "../rts/PosixSource.h"
+#include "PosixSource.h"
 #include "Rts.h"
 
 #include "HsFFI.h"



More information about the ghc-commits mailing list