This commit renames the NORETURN macro, indicating to the compiler
that a function does not return, into MP_NORETURN to maintain the same
naming convention of other similar macros.
To maintain compaitiblity with existing code NORETURN is aliased to
MP_NORETURN, but it is also deprecated for MicroPython v2.
This changeset was created using a similar process to
|
||
|---|---|---|
| .. | ||
| errorhandler.c | ||
| imx6.ld | ||
| mps2.ld | ||
| nrf51.ld | ||
| startup.c | ||
| stm32.ld | ||