Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3dff55

Browse files
author
Stefan Krah
committed
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
1 parent f347cf9 commit e3dff55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_decimal/libmpdec/mpdecimal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extern "C" {
6363
#include <inttypes.h>
6464
#endif
6565
#ifndef __GNUC_STDC_INLINE__
66-
#define __GNUC_STDC_INLINE__
66+
#define __GNUC_STDC_INLINE__ 1
6767
#endif
6868
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
6969
#define UNUSED __attribute__((unused))

0 commit comments

Comments
 (0)