summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 13918e8398..04d4a7ddc9 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -230,3 +230,6 @@ typedef double mp_float_t;
#define INT_FMT "%d"
#endif
#endif //INT_FMT
+
+// Modifier for function which doesn't return
+#define NORETURN __attribute__((noreturn))