[commit: ghc] master: LoadIface: Fix another CPP/Clang issue (3ba520c)
git at git.haskell.org
git at git.haskell.org
Sat Dec 22 05:54:22 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3ba520c5e36c8da61f35d7b4c3482766f034ae33/ghc
>---------------------------------------------------------------
commit 3ba520c5e36c8da61f35d7b4c3482766f034ae33
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 22 00:53:00 2018 -0500
LoadIface: Fix another CPP/Clang issue
>---------------------------------------------------------------
3ba520c5e36c8da61f35d7b4c3482766f034ae33
compiler/iface/LoadIface.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/iface/LoadIface.hs b/compiler/iface/LoadIface.hs
index 87a6beb..927c49b 100644
--- a/compiler/iface/LoadIface.hs
+++ b/compiler/iface/LoadIface.hs
@@ -486,7 +486,7 @@ loadInterface doc_str mod from
-- See Note [Loading your own hi-boot file]
-- in MkIface.
- ; WARN ( bad_boot, ppr mod )
+ ; WARN( bad_boot, ppr mod )
updateEps_ $ \ eps ->
if elemModuleEnv mod (eps_PIT eps) || is_external_sig dflags iface
then eps
More information about the ghc-commits
mailing list