Commit c066dadc authored by Damien George's avatar Damien George

mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.

A global definition of MP_NOINLINE was added to py/mpconfig.h long ago in
0f5bf1aa
parent 2762f323
......@@ -112,10 +112,6 @@ typedef long mp_off_t;
#define MP_PLAT_PRINT_STRN(str, len) (void)0
#ifndef MP_NOINLINE
#define MP_NOINLINE __attribute__((noinline))
#endif
// We need to provide a declaration/definition of alloca()
#ifdef __FreeBSD__
#include <stdlib.h>
......
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