diff options
| author | Richard Brooksby | 2001-12-05 16:05:52 +0000 |
|---|---|---|
| committer | Richard Brooksby | 2001-12-05 16:05:52 +0000 |
| commit | 25893070996cb2484437cea216d82372c3e086ce (patch) | |
| tree | 42c04d1f639c59b73cdce5c87b32da5f083de3ed /mps/code/protocol.c | |
| parent | 492dd3c684e53bd42b28371bdaaa99ad67ebd835 (diff) | |
| download | emacs-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/protocol.c')
| -rw-r--r-- | mps/code/protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/protocol.c b/mps/code/protocol.c index c2f32b66073..6b75f942d7f 100644 --- a/mps/code/protocol.c +++ b/mps/code/protocol.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* impl.c.pool: PROTOCOL IMPLEMENTATION | 1 | /* impl.c.pool: PROTOCOL IMPLEMENTATION |
| 2 | * | 2 | * |
| 3 | * $HopeName: MMsrc!protocol.c(trunk.3) $ | 3 | * $Id$ |
| 4 | * Copyright (C) 1998 Harlequin Limited. All rights reserved. | 4 | * Copyright (C) 1998 Harlequin Limited. All rights reserved. |
| 5 | * | 5 | * |
| 6 | * DESIGN | 6 | * DESIGN |
| @@ -11,7 +11,7 @@ | |||
| 11 | #include "mpm.h" | 11 | #include "mpm.h" |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | SRCID(protocol, "$HopeName: MMsrc!protocol.c(trunk.3) $"); | 14 | SRCID(protocol, "$Id$"); |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | /* ProtocolClassCheck -- check a protocol class */ | 17 | /* ProtocolClassCheck -- check a protocol class */ |