blob: ee5fc68f33237d74a94f21bedfd17b7f31eaea28 (
plain)
1
2
3
4
|
o Minor features (portability):
- Check at configure time whether uint8_t is unsigned char. Lots
of existing code already assumes this, and there could be strict
aliasing issues if they aren't the same type. Closes ticket 22410.
|