mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
Assuming proper C99 language support, we can select "the int type as big as a pointer" (most of the time) or "the 64-bit int type" (nanboxing with REPR_D), and then define everything else automatically. This simplifies port configuration files. And the types can still be overridden if needed. Signed-off-by: Jeff Epler <jepler@unpythonic.net>
1.9 KiB
1.9 KiB