mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
Change.dylan.170557.cottonwood
Copied from Perforce Change: 19027 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
77a80a0b4b
commit
e1c6fdbd7b
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.c.pool: POOL IMPLEMENTATION
|
||||
*
|
||||
* $HopeName: MMsrc!pool.c(trunk.38) $
|
||||
* $HopeName: MMsrc!pool.c(trunk.39) $
|
||||
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
|
||||
*
|
||||
* This is the implementation of the generic pool interface. The
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "mpm.h"
|
||||
|
||||
SRCID(pool, "$HopeName: MMsrc!pool.c(trunk.38) $");
|
||||
SRCID(pool, "$HopeName: MMsrc!pool.c(trunk.39) $");
|
||||
|
||||
|
||||
Bool PoolClassCheck(PoolClass class)
|
||||
|
|
@ -121,7 +121,6 @@ failInit:
|
|||
RingFinish(&pool->actionRing);
|
||||
RingFinish(&pool->segRing);
|
||||
RingFinish(&pool->bufferRing);
|
||||
RingRemove(&pool->arenaRing);
|
||||
RingFinish(&pool->arenaRing);
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue