aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/pool.c
diff options
context:
space:
mode:
authorRichard Brooksby2012-09-25 23:46:28 +0100
committerRichard Brooksby2012-09-25 23:46:28 +0100
commit41eb36869ed328cd28e8f75da8033ed14289eb48 (patch)
treeb19f85d378d6ab600dc0483579393b0eb0a5cdbc /mps/code/pool.c
parentcb8f0ea514ac0b2317c2fc2b76e365895184e1a0 (diff)
downloademacs-41eb36869ed328cd28e8f75da8033ed14289eb48.tar.gz
emacs-41eb36869ed328cd28e8f75da8033ed14289eb48.zip
Converting more "@@@@" markers to notes or action-oriented todos.
Copied from Perforce Change: 179692 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/pool.c')
-rw-r--r--mps/code/pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/pool.c b/mps/code/pool.c
index a88cf48e97c..315bbac4fb2 100644
--- a/mps/code/pool.c
+++ b/mps/code/pool.c
@@ -139,7 +139,7 @@ Res PoolInitV(Pool pool, Arena arena, PoolClass class, va_list args)
139 /* putting another lock in the code. */ 139 /* putting another lock in the code. */
140 class->labelled = TRUE; 140 class->labelled = TRUE;
141 classId = EventInternString(class->name); 141 classId = EventInternString(class->name);
142 /* @@@@ this breaks <design/type/#addr.use> */ 142 /* NOTE: this breaks <design/type/#addr.use> */
143 EventLabelAddr((Addr)class, classId); 143 EventLabelAddr((Addr)class, classId);
144 } 144 }
145 145