mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
Ss->fixed is not getting set for references to non-segments in white zones.
This means we can't check the summary which we generate. See mail.richard.1997-06-24.15-33 and mail.nickb.1997-06-24.15-49. Copied from Perforce Change: 18385 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
2376dc631c
commit
a0e442802a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
/* impl.c.trace: GENERIC TRACER IMPLEMENTATION
|
||||
*
|
||||
* $HopeName: MMsrc!trace.c(trunk.28) $
|
||||
* $HopeName: MMsrc!trace.c(trunk.29) $
|
||||
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "mpm.h"
|
||||
|
||||
SRCID(trace, "$HopeName: MMsrc!trace.c(trunk.28) $");
|
||||
SRCID(trace, "$HopeName: MMsrc!trace.c(trunk.29) $");
|
||||
|
||||
|
||||
/* ScanStateCheck -- check consistency of a ScanState object */
|
||||
|
|
@ -780,8 +780,8 @@ Res TraceFix(ScanState ss, Ref *refIO)
|
|||
if (res != ResOK)
|
||||
return res;
|
||||
}
|
||||
ss->fixed = RefSetAdd(ss->space, ss->fixed, *refIO);
|
||||
}
|
||||
ss->fixed = RefSetAdd(ss->space, ss->fixed, *refIO);
|
||||
|
||||
return ResOK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue