mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
This commit is contained in:
parent
f347cf903c
commit
e3dff55a5e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ extern "C" {
|
|||
#include <inttypes.h>
|
||||
#endif
|
||||
#ifndef __GNUC_STDC_INLINE__
|
||||
#define __GNUC_STDC_INLINE__
|
||||
#define __GNUC_STDC_INLINE__ 1
|
||||
#endif
|
||||
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue