summaryrefslogtreecommitdiff
path: root/lib/memchr.c
AgeCommit message (Collapse)Author
1993-10-21merge with 1.8dJim Meyering
1993-10-21* memchr.c (memchr): Do the 32-bit assignment only if !LONG_64_BITS.Jim Meyering
In the 64-bit assignment, be careful to cast the shift operand to long. Abort if sizeof (unsigned long) > 8.
1992-11-08Initial revisionJim Meyering