bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Declare functions with EXTINLINE: * mpd_del() * mpd_uint_zero() * mpd_qresize() * mpd_qresize_zero() * mpd_minalloc() These functions are implemented with "inline" or "ALWAYS_INLINE", but declared without inline which cause linker error on Visual Studio in Debug mode when using /Ob1.
V
Victor Stinner committed
3b1cba3701fd1321a9bdafa9e683f891369f0cfd
Parent: a6dc531
Committed by GitHub <noreply@github.com>
on 10/26/2018, 3:06:57 PM