From: panne Date: Mon, 29 May 2000 01:14:15 +0000 (+0000) Subject: [project @ 2000-05-29 01:14:15 by panne] X-Git-Tag: Approximately_9120_patches~4356 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f6d1d276e759f97c80bec8974343322b28ea0545;p=ghc-hetmet.git [project @ 2000-05-29 01:14:15 by panne] Backed out previous commit, the change was at the completely wrong place. *please merge* --- diff --git a/ghc/compiler/basicTypes/Literal.lhs b/ghc/compiler/basicTypes/Literal.lhs index f373181..016cc8e 100644 --- a/ghc/compiler/basicTypes/Literal.lhs +++ b/ghc/compiler/basicTypes/Literal.lhs @@ -285,7 +285,6 @@ pprLit lit | otherwise -> ptext SLIT("__addr") <+> integer p MachLitLit s ty | code_style -> ptext s - | iface_style -> ptext SLIT("__litlit") <+> pprFSAsString s | otherwise -> parens (hsep [ptext SLIT("__litlit"), pprFSAsString s, pprParendType ty])