From: sof Date: Mon, 23 Jul 2001 18:25:48 +0000 (+0000) Subject: [project @ 2001-07-23 18:25:48 by sof] X-Git-Tag: Approximately_9120_patches~1474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=42e2be6d923ff4a487746e2a978549ae4d13f8f1;p=ghc-hetmet.git [project @ 2001-07-23 18:25:48 by sof] Get rid off DEBUG - prev commit didn't attack the real problem --- 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"