mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 15:40:47 -08:00
Fix build
Copied from Perforce Change: 20122 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
4491979896
commit
399cb008a4
1 changed files with 2 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.c.poolmvff: First Fit Manual Variable Pool
|
||||
*
|
||||
* $HopeName: MMsrc!poolmvff.c(trunk.5) $
|
||||
* $HopeName: MMsrc!poolmvff.c(trunk.6) $
|
||||
* Copyright (C) 1998 Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* .purpose: This is a pool class for manually managed objects of
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
#include "mpscmvff.h"
|
||||
#include "dbgpool.h"
|
||||
|
||||
SRCID(poolmvff, "$HopeName$");
|
||||
SRCID(poolmvff, "$HopeName: MMsrc!poolmvff.c(trunk.6) $");
|
||||
|
||||
|
||||
/* Would go in poolmvff.h if the class had any MPS-internal clients. */
|
||||
|
|
@ -69,15 +69,6 @@ typedef MVFFDebugStruct *MVFFDebug;
|
|||
#define MVFFDebugPoolMVFF(mvffd) (&((mvffd)->mvffStruct))
|
||||
|
||||
|
||||
/* MVFFMinSegSize -- Minimum size of all MVFF segments */
|
||||
|
||||
static Size MVFFMinSegSize(MVFF mvff) {
|
||||
/* Used from MVFFCheck */
|
||||
|
||||
return mvff->extendBy;
|
||||
}
|
||||
|
||||
|
||||
/* MVFFAddToFreeList -- Add given range to free list
|
||||
*
|
||||
* Updates MVFF counters for additional free space.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue