[project @ 2000-05-29 01:14:15 by panne]
authorpanne <unknown>
Mon, 29 May 2000 01:14:15 +0000 (01:14 +0000)
committerpanne <unknown>
Mon, 29 May 2000 01:14:15 +0000 (01:14 +0000)
Backed out previous commit, the change was at the completely wrong place.
*please merge*

ghc/compiler/basicTypes/Literal.lhs

index f373181..016cc8e 100644 (file)
@@ -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])