From ecb147b98f04d2bf193da1a874ea2f2392bf0e66 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Tue, 27 Mar 2012 18:12:52 +0100 Subject: Consistently passing closure sizes as size_t and not casting back and forth to size or anything else. Copied from Perforce Change: 177817 ServerID: perforce.ravenbrook.com --- mps/code/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mps/code/pool.c') diff --git a/mps/code/pool.c b/mps/code/pool.c index 509c5a52552..e2578cf3497 100644 --- a/mps/code/pool.c +++ b/mps/code/pool.c @@ -482,7 +482,7 @@ void PoolTraceEnd(Pool pool, Trace trace) /* PoolWalk -- walk objects in this segment */ void PoolWalk(Pool pool, Seg seg, FormattedObjectsStepMethod f, - void *p, Size s) + void *p, size_t s) { AVERT(Pool, pool); AVERT(Seg, seg); -- cgit v1.2.1