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
0f5bf1aafe
pull/4815/head
Damien George 2019-05-24 14:51:48 +10:00
rodzic 2762f323bf
commit c066dadc5b
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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>