mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Make mps_args_done obsolete.
Copied from Perforce Change: 184543 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
07bac504f5
commit
32d10cd02a
37 changed files with 15 additions and 85 deletions
|
|
@ -188,7 +188,6 @@ static Res DebugPoolInit(Pool pool, ArgList args)
|
|||
MPS_ARGS_BEGIN(pcArgs) {
|
||||
MPS_ARGS_ADD(pcArgs, MPS_KEY_EXTEND_BY, debug->tagSize); /* FIXME: Check this */
|
||||
MPS_ARGS_ADD(pcArgs, MPS_KEY_MFS_UNIT_SIZE, debug->tagSize);
|
||||
MPS_ARGS_DONE(pcArgs);
|
||||
res = PoolCreate(&debug->tagPool, PoolArena(pool), PoolClassMFS(), pcArgs);
|
||||
} MPS_ARGS_END(pcArgs);
|
||||
if (res != ResOK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue