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
|
||
|---|---|---|
| .. | ||
| board.c | ||
| board.h | ||
| main.c | ||
| Makefile | ||
| modpyb.c | ||
| modpyb.h | ||
| modpybled.c | ||
| modpybswitch.c | ||
| mpconfigport.h | ||
| pic16bit_mphal.c | ||
| pic16bit_mphal.h | ||
| qstrdefsport.h | ||
| unistd.h | ||