From 5c408765de66c9ccbed5404be57fe67de528bb90 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 23 Jul 2001 16:16:47 +0000 Subject: [PATCH] [project @ 2001-07-23 16:16:47 by sof] Mismatched module name in non-DEBUG case --- ghc/compiler/stranal/SaLib.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 8c443b5..2b6d825 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -8,7 +8,7 @@ See also: the ``library'' for the ``back end'' (@SaBackLib@). \begin{code} #ifndef DEBUG -- If DEBUG is off, omit all exports -module SaAbsInt () where +module SaLib () where #else module SaLib ( -- 1.7.10.4