8c38a0de66
- code that will be unreachable on platforms with sizeof(double) != sizeof(unsigned long) triggered an valid out of bounds warning. avoid the error by using sizeof ul. - also assert that the sizes are the same if entering here. both from kamil@.