mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
Mps: int -> index
Copied from Perforce Change: 162958 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f142d75661
commit
4cc0878bce
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ static void traceFlip(Trace trace)
|
|||
static void traceCopySizes(Trace trace)
|
||||
{
|
||||
Ring node, nextNode;
|
||||
int i;
|
||||
Index i;
|
||||
Arena arena = trace->arena;
|
||||
|
||||
RING_FOR(node, &arena->chainRing, nextNode) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue