X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Filog%2Filog.c;h=22275d2a9e02d12cf983a2b4195787349af6cea6;hp=17fc14d23bcb136138e253c474a96f61cee54e62;hb=6a8d296f9383dd25ec381e2ab136a33823d140e5;hpb=6855b303efec30507ac046b5c02904538be0e4ea diff --git a/ccan/ilog/ilog.c b/ccan/ilog/ilog.c index 17fc14d2..22275d2a 100644 --- a/ccan/ilog/ilog.c +++ b/ccan/ilog/ilog.c @@ -1,4 +1,5 @@ -/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later).*/ +/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later). + * See LICENSE file for details. */ #include "ilog.h" #include @@ -16,7 +17,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 };