aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/buffer.c
diff options
context:
space:
mode:
authorRichard Brooksby2001-12-05 16:05:52 +0000
committerRichard Brooksby2001-12-05 16:05:52 +0000
commit25893070996cb2484437cea216d82372c3e086ce (patch)
tree42c04d1f639c59b73cdce5c87b32da5f083de3ed /mps/code/buffer.c
parent492dd3c684e53bd42b28371bdaaa99ad67ebd835 (diff)
downloademacs-25893070996cb2484437cea216d82372c3e086ce.tar.gz
emacs-25893070996cb2484437cea216d82372c3e086ce.zip
Changing hopename keywords to id keywords throughout, to work with perforce.
Copied from Perforce Change: 24817 ServerID: perforce.ravenbrook.com
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 d2f1d621af5..68960374222 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.64) $ 3 * $Id$
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.64) $"); 29SRCID(buffer, "$Id$");
30 30
31 31
32/* forward declarations */ 32/* forward declarations */