diff options
author | simonmar <unknown> | 2000-12-04 12:31:23 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-12-04 12:31:23 +0000 |
commit | 9ac55e08e159d7a4647ab01e7872e69dd762f275 (patch) | |
tree | 425ced43cb577ec931cb7b6f8ffb5709116cced9 /ghc/compiler/absCSyn/CLabel.lhs | |
parent | fc24db9ef648205faad96cb54b56710a9780a847 (diff) | |
download | haskell-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.lhs | 2 |
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} |