ref: b4eaf739c9583d8c241f05c86a6db32d901440c2
parent: b5843511eb81369cfcbfbb9f959843afc2eef33b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Jan 26 18:47:23 EST 2025
fix plan 9 386 build
--- a/plan9/platform.h
+++ b/plan9/platform.h
@@ -69,6 +69,7 @@
#define signbit(r) ((*(uint64_t*)&(r)) & (1ULL<<63))
#define isfinite(d) (((*(uint64_t*)&(d))&0x7ff0000000000000ULL) != 0x7ff0000000000000ULL)
+#define PRId32 "d"
#define PRIu32 "ud"
#define PRIx32 "x"
#define PRId64 "lld"