[project @ 2002-01-31 17:48:26 by simonpj]
[ghc-hetmet.git] / 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"