1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Mps: int -> index

Copied from Perforce
 Change: 162958
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 2007-07-20 11:51:35 +01:00
parent 18070fbf2c
commit e6099c5e9c

View file

@ -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) {