mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Change.epcore.chub.160206: bit table search doesn't always find ranges near the end
Code around over-zealous warning Copied from Perforce Change: 20580 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
301d1c41b7
commit
35bfba6141
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.c.btss: BIT TABLE COVERAGE TEST
|
||||
*
|
||||
* $HopeName: MMsrc!btcv.c(trunk.0) $
|
||||
* $HopeName: MMsrc!btcv.c(trunk.1) $
|
||||
* Copyright (C) 1999 Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* .readership: MPS developers
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
SRCID(btcv, "$HopeName: MMsrc!btcv.c(trunk.0) $");
|
||||
SRCID(btcv, "$HopeName: MMsrc!btcv.c(trunk.1) $");
|
||||
|
||||
|
||||
static void die_bool(Bool res, Bool expected, const char *s)
|
||||
|
|
@ -284,6 +284,7 @@ static Index btArrangeRes1(Arrangement arrange,
|
|||
|
||||
default:
|
||||
NOTREACHED;
|
||||
return 0; /* keep the compiler happy */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue