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

Mps branch unfixed-summary: leave in aver to catch fix of exact

ref into buffer (if my sums are correct)

Copied from Perforce
 Change: 161948
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2007-03-19 13:56:37 +00:00
parent f0b7f6c16a
commit 9ea3e4e3e6

View file

@ -1270,7 +1270,7 @@ Res TraceFix(ScanState ss, Ref *refIO)
if (ref >= limit) {
printf("ref(%d) >= limit for %d-th TraceFix in a seg.\n", ss->rank, iTF);
}
/* AVER(ref < limit); */
AVER(ref < limit);
}
}