The offending code uses various methods to define the size and limits of custom *intptr_t types. Alas, the most generic method, using inttypes.h, isn't used because the ifdefs assume that cc(1) defines __STDC_VERSION__ to 199901L by default. The easiest fix is to always use inttypes.h. ok sthen@ (maintainer)