[project @ 2004-01-09 12:36:54 by simonmar]
[ghc-hetmet.git] / ghc / compiler / stranal / SaLib.lhs
index 2b6d825..72b3ebb 100644 (file)
@@ -6,11 +6,10 @@
 See also: the ``library'' for the ``back end'' (@SaBackLib@).
 
 \begin{code}
-#ifndef DEBUG
--- If DEBUG is off, omit all exports 
+#ifndef OLD_STRICTNESS
 module SaLib () where
-
 #else
+
 module SaLib (
        AbsVal(..),
        AnalysisKind(..),
@@ -20,7 +19,6 @@ module SaLib (
        lookupAbsValEnv,
        absValFromStrictness
     ) where
-#endif /* DEBUG */
 
 #include "HsVersions.h"
 
@@ -126,3 +124,7 @@ absValFromStrictness anal (StrictnessInfo args_info bot_result)
                                StrAnal -> AbsBot
                                AbsAnal -> AbsTop
 \end{code}
+
+\begin{code}
+#endif /* OLD_STRICTNESS */
+\end{code}