mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 22:50:37 -08:00
Changing mps_amc_collections to mps_collections
Copied from Perforce Change: 15294 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
ecb18b614e
commit
fb2215009f
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue