[MLton-commit] r4477
Stephen Weeks
MLton@mlton.org
Sun, 7 May 2006 11:48:45 -0700
#define PRIxPTR in solaris.h for now.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-05-07 17:06:17 UTC (rev 4476)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-05-07 18:48:45 UTC (rev 4477)
@@ -48,3 +48,6 @@
int signbit32 (float f);
int signbit64 (double f);
+#ifndef PRIxPTR
+#define PRIxPTR "x"
+#endif