Remove intprops dependency.
authorEric Blake <ebb9@byu.net>
Mon, 28 Apr 2008 16:24:14 +0000 (10:24 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 28 Apr 2008 21:04:49 +0000 (15:04 -0600)
commit8b8527c54ce6fc1331805d44bd2c556b58976844
treed1407a472bf030d69087eba988f56595153903ca
parentca8e12bc871dc3ee65cec526ec2628abdd01ee8c
Remove intprops dependency.

* modules/memchr (Depends-on): Remove intprops.
* modules/memrchr (Depends-on): Likewise.
* modules/memchr2 (Depends-on): Likewise.
* lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
* lib/memrchr.c (__memrchr): Likewise.
* lib/memrchr2.c (memchr2): Likewise.
Reported by Simon Josefsson.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/memchr.c
lib/memchr2.c
lib/memrchr.c
modules/memchr
modules/memchr2
modules/memrchr