diff options
| author | Richard Brooksby | 2012-03-27 18:12:52 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-03-27 18:12:52 +0100 |
| commit | ecb147b98f04d2bf193da1a874ea2f2392bf0e66 (patch) | |
| tree | ed6cd1ed2f453b2a4448bc414f4554b544a82792 /mps/code/poolabs.c | |
| parent | 382d044e970ec1beae9593d6a3ae22156e53a8a4 (diff) | |
| download | emacs-ecb147b98f04d2bf193da1a874ea2f2392bf0e66.tar.gz emacs-ecb147b98f04d2bf193da1a874ea2f2392bf0e66.zip | |
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
Diffstat (limited to 'mps/code/poolabs.c')
| -rw-r--r-- | mps/code/poolabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/poolabs.c b/mps/code/poolabs.c index 324975cb7c0..80b7f5323be 100644 --- a/mps/code/poolabs.c +++ b/mps/code/poolabs.c | |||
| @@ -621,7 +621,7 @@ Res PoolTrivFramePop(Pool pool, Buffer buf, AllocFrame frame) | |||
| 621 | 621 | ||
| 622 | 622 | ||
| 623 | void PoolNoWalk(Pool pool, Seg seg, | 623 | void PoolNoWalk(Pool pool, Seg seg, |
| 624 | FormattedObjectsStepMethod f, void *p, Size s) | 624 | FormattedObjectsStepMethod f, void *p, size_t s) |
| 625 | { | 625 | { |
| 626 | AVERT(Pool, pool); | 626 | AVERT(Pool, pool); |
| 627 | AVERT(Seg, seg); | 627 | AVERT(Seg, seg); |