mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
This commit swaps the order of the `flags` and `name` struct initialisers for `mp_obj_type_t`, to fix an incompatibility with C++. The original order of the initialiser didn't match the definition of the type, and although that's still legal C, it's not legal C++. Signed-off-by: Vonasmic <kasarkal123@gmail.com>
60 KiB
60 KiB