From fb2215009fa82189359cd2ed2e8ce89597fa811a Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 26 Feb 1996 11:17:54 +0000 Subject: [PATCH] Changing mps_amc_collections to mps_collections Copied from Perforce Change: 15294 ServerID: perforce.ravenbrook.com --- mps/src/amcss.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mps/src/amcss.c b/mps/src/amcss.c index 33417afa17f..2377d9227de 100644 --- a/mps/src/amcss.c +++ b/mps/src/amcss.c @@ -1,6 +1,6 @@ /* impl.c.amcss: POOL CLASS AMC STRESS TEST * - * $HopeName: MMsrc!amcss.c(trunk.7) $ + * $HopeName: MMsrc!amcss.c(trunk.8) $ * Copyright (C) 1996 Harlequin Group, all rights reserved */ @@ -48,7 +48,7 @@ static void *test(void *arg, size_t s) mps_fmt_t format; mps_root_t exact_root, ambig_root; mps_word_t i; - unsigned collections; + mps_word_t collections; space = (mps_space_t)arg; UNUSED(s); @@ -82,7 +82,7 @@ static void *test(void *arg, size_t s) unsigned c; size_t r; - c = mps_amc_collections((mps_pool_t)pool); + c = mps_collections(space); if(collections != c) { collections = c;