X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Filog%2Filog.c;h=7030b79a24d292168cbe0b8437aa4affa1ccc57d;hp=17fc14d23bcb136138e253c474a96f61cee54e62;hb=6b999f4511e8458bd79eddc2951ab91511d23fa8;hpb=6855b303efec30507ac046b5c02904538be0e4ea diff --git a/ccan/ilog/ilog.c b/ccan/ilog/ilog.c index 17fc14d2..7030b79a 100644 --- a/ccan/ilog/ilog.c +++ b/ccan/ilog/ilog.c @@ -16,7 +16,7 @@ year=1998, note="\url{http://supertech.csail.mit.edu/papers/debruijn.pdf}" }*/ -static UNNEEDED_ATTRIBUTE const unsigned char DEBRUIJN_IDX32[32]={ +static UNNEEDED const unsigned char DEBRUIJN_IDX32[32]={ 0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8, 31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9 };