[MLton] x86_64 port status

Stephen Weeks MLton@mlton.org
Sun, 7 May 2006 10:22:45 -0700


> But, PRIxPTR could be any of "x", "lx", and "llx" depending on
> platform and addressing mode.

Ah.  So even

  #define PRIxPTR "x"

won't be right in solaris.h as soon as we start supporting 64 bits on
Solaris.

Perhaps the right thing is to auto-generate the #ifndef into
c-types.h?