aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-05-09 00:03:42 +0300
committerPaul Sokolovsky2014-05-09 00:03:42 +0300
commit62b5f42d8174e49bc219e5231d4fc9503ece4131 (patch)
tree77f04b1a2af0c4667e5ef3194b2717a7a0047f67 /py/mpconfig.h
parentffae48d7507d398806bd935b054b7ca19bc01161 (diff)
parent01d6be4d512118d39ef52f79ca9ddddd2bba3f32 (diff)
Merge pull request #568 from stinos/windows-msvc-port
Windows MS Visual C port
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 275147886..119859a3a 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -317,4 +317,6 @@ typedef double mp_float_t;
#endif //INT_FMT
// Modifier for function which doesn't return
+#ifndef NORETURN
#define NORETURN __attribute__((noreturn))
+#endif