commit | 01d6be4d512118d39ef52f79ca9ddddd2bba3f32 | [log] [tgz] |
---|---|---|
author | stijn <stinos@zoho.com> | Mon May 05 12:18:27 2014 +0200 |
committer | stijn <stinos@zoho.com> | Thu May 08 10:06:43 2014 +0200 |
tree | e409a3f5397df34518027a2ce5f62065196f82d7 | |
parent | c1c32d65af038ba1b2a2a8dd69e3f7e63eac5f3e [diff] [blame] |
Windows MSVC port Extend the windows port so it compiles with the toolchain from Visual Studio 2013
diff --git a/py/mpconfig.h b/py/mpconfig.h index 9acfc14..9ff3dd7 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -312,4 +312,6 @@ #endif //INT_FMT // Modifier for function which doesn't return +#ifndef NORETURN #define NORETURN __attribute__((noreturn)) +#endif