From cfee190981efdb0ec085ef80934d8326eb567bff Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 7 May 1998 16:57:24 +0100 Subject: [PATCH] Trivial rearranging to make more sense Copied from Perforce Change: 19479 ServerID: perforce.ravenbrook.com --- mps/src/mpmtypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mps/src/mpmtypes.h b/mps/src/mpmtypes.h index 201828db194..cb401a35c63 100644 --- a/mps/src/mpmtypes.h +++ b/mps/src/mpmtypes.h @@ -1,6 +1,6 @@ /* impl.h.mpmtypes: MEMORY POOL MANAGER TYPES * - * $HopeName: MMsrc!mpmtypes.h(trunk.46) $ + * $HopeName: MMsrc!mpmtypes.h(trunk.47) $ * Copyright (C) 1997 The Harlequin Group Limited. All rights reserved. * * .readership: MM developers. @@ -35,6 +35,7 @@ typedef Word Size; /* design.mps.type.size */ typedef Word Count; /* design.mps.type.count */ typedef Word Index; /* design.mps.type.index */ typedef Word Align; /* design.mps.type.align */ +typedef double Accumulation; /* design.mps.type.accumulation */ typedef unsigned Shift; /* design.mps.type.shift */ typedef Addr Ref; /* design.mps.type.ref */ typedef void *Pointer; /* design.mps.type.pointer */