[project @ 2001-07-23 18:25:48 by sof]
authorsof <unknown>
Mon, 23 Jul 2001 18:25:48 +0000 (18:25 +0000)
committersof <unknown>
Mon, 23 Jul 2001 18:25:48 +0000 (18:25 +0000)
Get rid off DEBUG - prev commit didn't attack the real problem

ghc/compiler/stranal/SaLib.lhs

index 2b6d825..ac9c267 100644 (file)
@@ -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"