aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpmtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/mpmtypes.h')
-rw-r--r--mps/code/mpmtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h
index b424cb6d341..d1aaa1e4cf2 100644
--- a/mps/code/mpmtypes.h
+++ b/mps/code/mpmtypes.h
@@ -211,7 +211,7 @@ typedef void (*PoolFramePopPendingMethod)(Pool pool, Buffer buf,
211 AllocFrame frame); 211 AllocFrame frame);
212typedef void (*PoolWalkMethod)(Pool pool, Seg seg, 212typedef void (*PoolWalkMethod)(Pool pool, Seg seg,
213 FormattedObjectsStepMethod f, 213 FormattedObjectsStepMethod f,
214 void *v, unsigned long s); 214 void *v, size_t s);
215typedef void (*PoolFreeWalkMethod)(Pool pool, FreeBlockStepMethod f, void *p); 215typedef void (*PoolFreeWalkMethod)(Pool pool, FreeBlockStepMethod f, void *p);
216typedef BufferClass (*PoolBufferClassMethod)(void); 216typedef BufferClass (*PoolBufferClassMethod)(void);
217typedef Res (*PoolDescribeMethod)(Pool pool, mps_lib_FILE *stream); 217typedef Res (*PoolDescribeMethod)(Pool pool, mps_lib_FILE *stream);