diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h index f5affdbc5e8..d745319012a 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.h +++ b/Modules/_decimal/libmpdec/mpdecimal.h @@ -51,6 +51,9 @@ extern "C" { #ifndef UNUSED #define UNUSED #endif + #define MPD_PRAGMA(x) + #define MPD_HIDE_SYMBOLS_START + #define MPD_HIDE_SYMBOLS_END #define EXTINLINE extern inline #else #ifdef HAVE_STDINT_H