diff options
| author | simonm <unknown> | 1999-02-05 16:03:04 +0000 |
|---|---|---|
| committer | simonm <unknown> | 1999-02-05 16:03:04 +0000 |
| commit | 7f309f1c021e7583f724cce599ce2dd3c439361b (patch) | |
| tree | 7764f9dcdde6f0499d1e79ec616bded40ff3a8a7 /ghc/rts/BlockAlloc.c | |
| parent | a5dc9cdae04f5e0c1f2d13a53bb06c52f0a8c8c9 (diff) | |
| download | haskell-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.c | 4 |
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. |
