diff options
Diffstat (limited to 'mps/code/buffer.c')
| -rw-r--r-- | mps/code/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c index edf461a18c6..635319d7a98 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION | 1 | /* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION |
| 2 | * | 2 | * |
| 3 | * $Id$ | 3 | * $Id$ |
| 4 | * Copyright (c) 2001 Ravenbrook Limited. | 4 | * Copyright (c) 2001 Ravenbrook Limited. See end of file for license. |
| 5 | * | 5 | * |
| 6 | * .purpose: This is (part of) the implementation of allocation buffers. | 6 | * .purpose: This is (part of) the implementation of allocation buffers. |
| 7 | * Several macros which also form part of the implementation are in | 7 | * Several macros which also form part of the implementation are in |