summaryrefslogtreecommitdiff
path: root/ghc/rts/BlockAlloc.c
diff options
context:
space:
mode:
authorsimonm <unknown>1999-02-05 16:03:04 +0000
committersimonm <unknown>1999-02-05 16:03:04 +0000
commit7f309f1c021e7583f724cce599ce2dd3c439361b (patch)
tree7764f9dcdde6f0499d1e79ec616bded40ff3a8a7 /ghc/rts/BlockAlloc.c
parenta5dc9cdae04f5e0c1f2d13a53bb06c52f0a8c8c9 (diff)
downloadhaskell-7f309f1c021e7583f724cce599ce2dd3c439361b.tar.gz
[project @ 1999-02-05 16:02:18 by simonm]
Copyright police.
Diffstat (limited to 'ghc/rts/BlockAlloc.c')
-rw-r--r--ghc/rts/BlockAlloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/rts/BlockAlloc.c b/ghc/rts/BlockAlloc.c
index 26f2a60bc5..7c7dcae24b 100644
--- a/ghc/rts/BlockAlloc.c
+++ b/ghc/rts/BlockAlloc.c
@@ -1,6 +1,8 @@
/* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.c,v 1.3 1999/01/13 17:25:37 simonm Exp $
+ * $Id: BlockAlloc.c,v 1.4 1999/02/05 16:02:35 simonm Exp $
*
+ * (c) The GHC Team 1998-1999
+ *
* The block allocator and free list manager.
*
* This is the architecture independent part of the block allocator.