diff options
| author | Paul Sokolovsky | 2014-05-09 00:03:42 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-05-09 00:03:42 +0300 |
| commit | 62b5f42d8174e49bc219e5231d4fc9503ece4131 (patch) | |
| tree | 77f04b1a2af0c4667e5ef3194b2717a7a0047f67 /py/mpconfig.h | |
| parent | ffae48d7507d398806bd935b054b7ca19bc01161 (diff) | |
| parent | 01d6be4d512118d39ef52f79ca9ddddd2bba3f32 (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.h | 2 |
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 |
