From f6d1d276e759f97c80bec8974343322b28ea0545 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Mon, 29 May 2000 01:14:15 +0000
Subject: [PATCH] [project @ 2000-05-29 01:14:15 by panne] Backed out previous
 commit, the change was at the completely wrong place. *please merge*

---
 ghc/compiler/basicTypes/Literal.lhs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ghc/compiler/basicTypes/Literal.lhs b/ghc/compiler/basicTypes/Literal.lhs
index f37318177c5e..016cc8e332ab 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])
-- 
GitLab