mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 15:52:01 -07:00
Fixing "1ul" constant to "(align)1" for portability.
Copied from Perforce Change: 178089 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
8d2ee74aa3
commit
fcf3c0a519
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ static Bool amcNailboardCheck(amcNailboard board)
|
|||
/* We know that shift corresponds to pool->align. */
|
||||
CHECKL(BoolCheck(board->newMarks));
|
||||
CHECKL(board->distinctNails <= board->nails);
|
||||
CHECKL(1uL << board->markShift
|
||||
CHECKL((Align)1 << board->markShift
|
||||
== PoolAlignment(amcGenPool(board->gen)));
|
||||
/* weak check for BTs @@@@ */
|
||||
CHECKL(board->mark != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue