Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).

This commit is contained in:
Stefan Krah 2012-12-23 15:42:21 +01:00
parent f347cf903c
commit e3dff55a5e

View file

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