From 0a8e742b4bbdcfe2bf7a86beded02aca77d4ad1f Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Thu, 9 May 2013 14:58:32 +0100 Subject: [PATCH] Converting a fixme to a todo because it's a longer term change. Copied from Perforce Change: 181670 ServerID: perforce.ravenbrook.com --- mps/code/dbgpool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mps/code/dbgpool.c b/mps/code/dbgpool.c index 8d416815471..d70e855adc3 100644 --- a/mps/code/dbgpool.c +++ b/mps/code/dbgpool.c @@ -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 {