summaryrefslogtreecommitdiff
path: root/ghc/compiler/absCSyn/CLabel.lhs
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-12-04 12:31:23 +0000
committersimonmar <unknown>2000-12-04 12:31:23 +0000
commit9ac55e08e159d7a4647ab01e7872e69dd762f275 (patch)
tree425ced43cb577ec931cb7b6f8ffb5709116cced9 /ghc/compiler/absCSyn/CLabel.lhs
parentfc24db9ef648205faad96cb54b56710a9780a847 (diff)
downloadhaskell-9ac55e08e159d7a4647ab01e7872e69dd762f275.tar.gz
[project @ 2000-12-04 12:31:19 by simonmar]
merge recent changes from before-ghci-branch onto the HEAD
Diffstat (limited to 'ghc/compiler/absCSyn/CLabel.lhs')
-rw-r--r--ghc/compiler/absCSyn/CLabel.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/absCSyn/CLabel.lhs b/ghc/compiler/absCSyn/CLabel.lhs
index 0b0825a569..4bebe0778b 100644
--- a/ghc/compiler/absCSyn/CLabel.lhs
+++ b/ghc/compiler/absCSyn/CLabel.lhs
@@ -1,7 +1,7 @@
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
-% $Id: CLabel.lhs,v 1.43 2000/11/20 17:42:00 sewardj Exp $
+% $Id: CLabel.lhs,v 1.44 2000/12/04 12:31:19 simonmar Exp $
%
\section[CLabel]{@CLabel@: Information to make C Labels}