]> git.ozlabs.org Git - ccan/commit
jbitset: just use unsigned long, not size_t
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Nov 2010 01:44:55 +0000 (12:14 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Nov 2010 01:44:55 +0000 (12:14 +1030)
commit68ff57159ef08d9da9fe256c02070cdd97da15fa
tree60b18857cb999e5653cfeea92c5ce5b43042ec66
parentdfecdec7d1d1fb99cb73182a7d8da0e23074a4b2
jbitset: just use unsigned long, not size_t

Judy.h uses "Word_t" which it defines to an "unsigned long", so just use that.

If I were writing Judy from scratch, I'd use size_t or uintptr_t.
ccan/jbitset/jbitset.c
ccan/jbitset/jbitset.h