aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/buffer.c')
-rw-r--r--mps/code/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c
index 22b4cda9485..d2f1d621af5 100644
--- a/mps/code/buffer.c
+++ b/mps/code/buffer.c
@@ -1,6 +1,6 @@
1/* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION 1/* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION
2 * 2 *
3 * $HopeName: MMsrc!buffer.c(trunk.63) $ 3 * $HopeName: MMsrc!buffer.c(trunk.64) $
4 * Copyright (C) 2000 Harlequin Limited. All rights reserved. 4 * Copyright (C) 2000 Harlequin Limited. All rights reserved.
5 * 5 *
6 * .purpose: This is (part of) the implementation of allocation buffers. 6 * .purpose: This is (part of) the implementation of allocation buffers.
@@ -26,7 +26,7 @@
26 26
27#include "mpm.h" 27#include "mpm.h"
28 28
29SRCID(buffer, "$HopeName: MMsrc!buffer.c(trunk.63) $"); 29SRCID(buffer, "$HopeName: MMsrc!buffer.c(trunk.64) $");
30 30
31 31
32/* forward declarations */ 32/* forward declarations */