sparc v8 and testsuite fixes

This commit is contained in:
Anthony Green
2013-02-09 06:54:40 -05:00
parent 70b11b47ee
commit a9521411a5
4 changed files with 11 additions and 2 deletions

View File

@@ -127,3 +127,6 @@
#define PRId64 "I64d"
#endif
#ifndef PRIuPTR
#define PRIuPTR "u"
#endif