powerpc/mpconfigport: Remove definitions of _FMT macros.

Let the defaults in `py/mpconfig.h` be used instead.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-10-02 11:01:06 +10:00
parent effb9503eb
commit 75fb1addad

View File

@@ -93,12 +93,8 @@
#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1))
// This port is 64-bit
#define UINT_FMT "%lu"
#define INT_FMT "%ld"
#define HEX_FMT "%lx"
typedef signed long mp_int_t; // must be pointer size
typedef unsigned long mp_uint_t; // must be pointer size
typedef long mp_off_t;
// extra built in names to add to the global namespace