1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00

Changing tags to reflect name change

Copied from Perforce
 Change: 19390
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1998-04-03 15:28:26 +01:00
parent 5475fdd96d
commit 1f7985a67a
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
/* impl.c.amc: AUTOMATIC MOSTLY-COPYING MEMORY POOL CLASS
/* impl.c.poolamc: AUTOMATIC MOSTLY-COPYING MEMORY POOL CLASS
*
* $HopeName: MMsrc!amc.c(trunk.80) $
* $HopeName: MMsrc!poolamc.c(trunk.2) $
* Copyright (C) 1995,1997,1998 Harlequin Group plc, all rights reserved
*
* .sources: design.mps.poolamc.
@ -10,7 +10,7 @@
#include "amc.h"
#include "mpscamc.h"
SRCID(amc, "$HopeName: MMsrc!amc.c(trunk.80) $");
SRCID(poolamc, "$HopeName: MMsrc!poolamc.c(trunk.2) $");
/* PType enumeration -- distinguishes AMCGen and AMCNailBoard */

View file

@ -1,7 +1,7 @@
/* impl.c.lo: LEAF POOL CLASS
/* impl.c.poollo: LEAF POOL CLASS
*
* $HopeName: MMsrc!lo.c(trunk.51) $
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
* $HopeName: MMsrc!poollo.c(trunk.1) $
* Copyright (C) 1997,1998 Harlequin Group plc, all rights reserved.
*
* READERSHIP
*
@ -19,7 +19,7 @@
#include "mps.h"
#include "mpsclo.h"
SRCID(lo, "$HopeName: MMsrc!lo.c(trunk.51) $");
SRCID(poollo, "$HopeName: MMsrc!poollo.c(trunk.1) $");
/* MACROS */