]> git.ozlabs.org Git - ccan/commit
alloc: fix 64-bit
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Oct 2010 02:08:39 +0000 (12:38 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Oct 2010 02:08:39 +0000 (12:38 +1030)
commit32ed68de4a723fac3d1144e2ce5679625462655e
tree126c5a8c0f2ffe07e0d7248f58f9870c32c06073
parentafcb4f4dd0d88c699d816883d62c8cff5f37ca0d
alloc: fix 64-bit

Make sure we use 1UL to bitshift, not 1.
ccan/alloc/alloc.c