mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
The C++ standard forbids redefining keywords, like inline and alignof, so guard these definitions to avoid that, allowing to include the MicroPython headers by C++ code.