mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-24 15:53:02 -07:00
Can't use count as a bitfield.
Copied from Perforce Change: 189965 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
5656c312a9
commit
30ca32e763
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ typedef struct SegStruct { /* segment structure */
|
|||
TraceSet white : TraceLIMIT; /* traces for which seg is white */
|
||||
TraceSet nailed : TraceLIMIT; /* traces for which seg has nailed objects */
|
||||
RankSet rankSet : RankLIMIT; /* ranks of references in this seg */
|
||||
Count defer : WB_DEFER_BITS; /* defer write barrier for this many scans */
|
||||
unsigned defer : WB_DEFER_BITS; /* defer write barrier for this many scans */
|
||||
} SegStruct;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue