From 243439e6e77eca548a6583722792d6b96e3f6bcd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 5 Jun 2012 00:52:01 +0100 Subject: Change how macros like ASSERT are defined By using Haskell's debugIsOn rather than CPP's "#ifdef DEBUG", we don't need to kludge things to keep the warning checker happy etc. --- ghc/InteractiveUI.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ghc') diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 8c1f5ec5ce..7e83565b1a 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -50,8 +50,7 @@ import Maybes ( orElse, expectJust ) import NameSet import Panic hiding ( showException ) import StaticFlags -import Util ( on, global, toArgs, toCmdArgs, removeSpaces, getCmd, - filterOut, seqList, looksLikeModuleName, partitionWith ) +import Util -- Haskell Libraries import System.Console.Haskeline as Haskeline -- cgit v1.2.1