From 4a6d5bcf78045100856df65c6a19c3d9b720cddf Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 20:03:02 +0000
Subject: [PATCH] [project @ 1997-06-05 20:03:02 by sof] wibble

---
 ghc/compiler/stgSyn/StgSyn.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/stgSyn/StgSyn.lhs b/ghc/compiler/stgSyn/StgSyn.lhs
index 59db2d8b86a2..04003f90e267 100644
--- a/ghc/compiler/stgSyn/StgSyn.lhs
+++ b/ghc/compiler/stgSyn/StgSyn.lhs
@@ -71,7 +71,7 @@ with respect to binder and occurrence information (just as in
 data GenStgBinding bndr occ
   = StgNonRec	bndr (GenStgRhs bndr occ)
   | StgRec	[(bndr, GenStgRhs bndr occ)]
-  | StgCoerceBinding bndr occ
+  | StgCoerceBinding bndr occ			-- UNUSED?
 \end{code}
 
 %************************************************************************
-- 
GitLab