]> git.ozlabs.org Git - ccan/commitdiff
jmap: just use unsigned long, not size_t
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Nov 2010 01:45:10 +0000 (12:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Nov 2010 01:45:10 +0000 (12:15 +1030)
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.


No differences found