[MLton-commit] r7185
Matthew Fluet
fluet at mlton.org
Sat Jun 20 12:28:28 PDT 2009
No uses of PRIuPTR.
----------------------------------------------------------------------
U mlton/trunk/runtime/platform/hpux.h
U mlton/trunk/runtime/platform/solaris.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/platform/hpux.h
===================================================================
--- mlton/trunk/runtime/platform/hpux.h 2009-06-20 18:57:05 UTC (rev 7184)
+++ mlton/trunk/runtime/platform/hpux.h 2009-06-20 19:28:28 UTC (rev 7185)
@@ -85,7 +85,6 @@
#endif /* __hppa__ */
#define PRIxPTR "lx"
-#define PRIuPTR "lu"
/* These are incorrectly defined in the system headers. */
#undef PRIu32
Modified: mlton/trunk/runtime/platform/solaris.h
===================================================================
--- mlton/trunk/runtime/platform/solaris.h 2009-06-20 18:57:05 UTC (rev 7184)
+++ mlton/trunk/runtime/platform/solaris.h 2009-06-20 19:28:28 UTC (rev 7185)
@@ -48,11 +48,6 @@
#define MLton_Platform_OS_host "solaris"
-
-#ifndef PRIuPTR
-#define PRIuPTR "u"
-#endif
-
#ifndef PRIxPTR
#define PRIxPTR "x"
#endif
More information about the MLton-commit
mailing list