8000 mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one. · guidebee/micropython@c066dad · GitHub
[go: up one dir, main page]

Skip to content

Commit c066dad

Browse files
committed
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 0f5bf1a
1 parent 2762f32 commit c066dad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mpy-cross/mpconfigport.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ typedef long mp_off_t;
112112

113113
#define MP_PLAT_PRINT_STRN(str, len) (void)0
114114

115-
#ifndef MP_NOINLINE
116-
#define MP_NOINLINE __attribute__((noinline))
117-
#endif
118-
119115
// We need to provide a declaration/definition of alloca()
120116
#ifdef __FreeBSD__
121117
#include <stdlib.h>

0 commit comments

Comments
 (0)
0