Commit e3dff55a authored by Stefan Krah's avatar Stefan Krah

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

parent f347cf90
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment