projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a3df3
)
[project @ 2001-07-23 18:25:48 by sof]
author
sof
<unknown>
Mon, 23 Jul 2001 18:25:48 +0000
(18:25 +0000)
committer
sof
<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
patch
|
blob
|
history
diff --git
a/ghc/compiler/stranal/SaLib.lhs
b/ghc/compiler/stranal/SaLib.lhs
index
2b6d825
..
ac9c267
100644
(file)
--- 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"