From 42e2be6d923ff4a487746e2a978549ae4d13f8f1 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 23 Jul 2001 18:25:48 +0000 Subject: [PATCH] [project @ 2001-07-23 18:25:48 by sof] Get rid off DEBUG - prev commit didn't attack the real problem --- ghc/compiler/stranal/SaLib.lhs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 2b6d825..ac9c267 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -6,11 +6,6 @@ See also: the ``library'' for the ``back end'' (@SaBackLib@). \begin{code} -#ifndef DEBUG --- If DEBUG is off, omit all exports -module SaLib () where - -#else module SaLib ( AbsVal(..), AnalysisKind(..), @@ -20,7 +15,6 @@ module SaLib ( lookupAbsValEnv, absValFromStrictness ) where -#endif /* DEBUG */ #include "HsVersions.h" -- 1.7.10.4