patch applied (packages/base): Workaround for OSes that don'
t have intmax_t and uintmax_t
Ian Lynagh
igloo at earth.li
Fri Aug 25 09:51:19 EDT 2006
Fri Aug 25 06:49:36 PDT 2006 Ian Lynagh <igloo at earth.li>
* Workaround for OSes that don't have intmax_t and uintmax_t
OpenBSD (and possibly others) do not have intmax_t and uintmax_t types:
http://www.mail-archive.com/haskell-prime@haskell.org/msg01548.html
so substitute (unsigned) long long if we have them, otherwise
(unsigned) long.
M ./configure.ac -2 +10
More information about the Cvs-libraries
mailing list