jmap: 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.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment