Simon Josefsson <simon <at> josefsson.org> writes: > > Eric Blake <ebb9 <at> byu.net> writes: > > > I think it would be even simpler to just avoid intprops.h (after all, > > memchr.c was originally borrowed from glibc, which doesn't have > > intprops.h). > > I like that.
OK, I've done it for memchr, memrchr, strchrnul, and memchr2 (although the latter is not in glibc, so that was only for consistency with the other three). -- Eric blake