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:
parent
f0b7f6c16a
commit
9ea3e4e3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue