Use the more portable %lu rather than %zu
authorIan Lynagh <igloo@earth.li>
Sun, 24 May 2009 13:15:04 +0000 (13:15 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 24 May 2009 13:15:04 +0000 (13:15 +0000)
commitda6785e5a241f65fdc8b3d393c576865e059acd4
treedf46503843ea498fcc7a1b40d04811b704a3517d
parent0d68ec27ca6abd81d78d16c6f35925d047b80e98
Use the more portable %lu rather than %zu
We now also need to cast the values to (unsigned long), as on some
platforms sizeof returns (unsigned int).
includes/mkDerivedConstants.c