On 03/06/2019 06:17 PM, Tim Kourt wrote: > l_uintset_intersect computes the intersection of two sets > of an equal base. > --- > ell/uintset.c | 37 +++++++++++++++++++++++++++++++++++++ > ell/uintset.h | 3 +++ > 2 files changed, 40 insertions(+) > Applied. But note that since you're adding a new public API, you should also add an entry to ell/ell.sym. This is a necessary manual step at the moment until Marcel fixes the build system to do this properly. Anyhow, I fixed this for you in a follow-on commit. Regards, -Denis