summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-22 00:53:00 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-22 00:53:00 -0500
commit3ba520c5e36c8da61f35d7b4c3482766f034ae33 (patch)
tree4be9b5e6bace7be04adfcb9fbac6d5977c90774e
parent4ae6aa398d05f764563e95d77a5e3e9961fb73ac (diff)
downloadhaskell-3ba520c5e36c8da61f35d7b4c3482766f034ae33.tar.gz
LoadIface: Fix another CPP/Clang issue
-rw-r--r--compiler/iface/LoadIface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/LoadIface.hs b/compiler/iface/LoadIface.hs
index 87a6beb3ff..927c49b7be 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