[commit: ghc] master: Use LinkerInternals.h for exitLinker. (644c76a)
git at git.haskell.org
git at git.haskell.org
Thu Oct 2 06:10:51 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/644c76a3574a623fa5d2a9a28d8e6fc971aca901/ghc
>---------------------------------------------------------------
commit 644c76a3574a623fa5d2a9a28d8e6fc971aca901
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Tue Sep 9 12:03:48 2014 -0700
Use LinkerInternals.h for exitLinker.
Part of remove HEAP_ALLOCED patch set (#8199)
Summary: Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: simonmar, austin
Subscribers: simonmar, ezyang, carter, thomie
Differential Revision: https://phabricator.haskell.org/D262
GHC Trac Issues: #8199
>---------------------------------------------------------------
644c76a3574a623fa5d2a9a28d8e6fc971aca901
rts/RtsStartup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index 0d0267a..98a43c0 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -36,7 +36,7 @@
#include "Timer.h"
#include "Globals.h"
#include "FileLock.h"
-void exitLinker( void ); // there is no Linker.h file to include
+#include "LinkerInternals.h"
#if defined(PROFILING)
# include "ProfHeap.h"
More information about the ghc-commits
mailing list