Commit c7d9bde2 authored by Christian Heimes's avatar Christian Heimes

Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C

parents 50de8506 72c99467
......@@ -106,6 +106,11 @@ extern "C" {
#endif
#endif
/* ASM isn't available in strict ansi C mode */
#if defined(ASM) && defined(__STRICT_ANSI__)
#undef ASM
#define ANSI
#endif
/* BEGIN CONFIG_64 */
#if defined(CONFIG_64)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment