diff options
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 9acfc142f..9ff3dd77b 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -312,4 +312,6 @@ typedef double mp_float_t; #endif //INT_FMT // Modifier for function which doesn't return +#ifndef NORETURN #define NORETURN __attribute__((noreturn)) +#endif |
