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:
parent
c9af9dc529
commit
cfee190981
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue