diff options
| author | Damien George | 2019-05-24 14:51:48 +1000 |
|---|---|---|
| committer | Damien George | 2019-05-24 14:51:48 +1000 |
| commit | c066dadc5b91d000e2f7bba9f3e3edbf0bf33a3d (patch) | |
| tree | f6304cc08e82f1d1a976fa656babce552c0d3a1d /mpy-cross | |
| parent | 2762f323bf6407093dc814591e7c6d08ca82bc6f (diff) | |
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
0f5bf1aafe0ca073d958f271bd96addc6da8fe10
Diffstat (limited to 'mpy-cross')
| -rw-r--r-- | mpy-cross/mpconfigport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h index 6aa013a13..125303afd 100644 --- a/mpy-cross/mpconfigport.h +++ b/mpy-cross/mpconfigport.h @@ -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> |
