1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

Trivial rearranging to make more sense

Copied from Perforce
 Change: 19479
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1998-05-07 16:57:24 +01:00
parent c9af9dc529
commit cfee190981

View file

@ -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 */