From 14ddaa6c45efbc8d5d405d5ec67d82c3fcdd496c Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Thu, 13 Mar 1997 15:07:16 +0000 Subject: [PATCH] Add count. Copied from Perforce Change: 17325 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 29a3ed76e28..d32695d2e70 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.14) $ + * $HopeName: MMsrc!mpmtypes.h(trunk.15) $ * Copyright (C) 1996 Harlequin Group, all rights reserved. * * .readership: MM developers. @@ -31,6 +31,7 @@ typedef MPS_T_WORD Word; /* design.mps.type.word */ typedef unsigned char Byte; /* design.mps.type.byte */ typedef struct AddrStruct *Addr; /* design.mps.type.addr */ 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 unsigned Shift; /* design.mps.type.shift */