mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Converting a fixme to a todo because it's a longer term change.
Copied from Perforce Change: 181670 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c851eaf157
commit
0a8e742b4b
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ static Res DebugPoolInit(Pool pool, ArgList args)
|
|||
|
||||
AVERT(Pool, pool);
|
||||
|
||||
/* FIXME: Split this structure into separate keys */
|
||||
/* TODO: Split this structure into separate keyword arguments,
|
||||
now that we can support them. */
|
||||
if (ArgPick(&arg, args, MPS_KEY_POOL_DEBUG_OPTIONS))
|
||||
options = (PoolDebugOptions)arg.val.pool_debug_options;
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue