Merge 3.3.

This commit is contained in:
Stefan Krah 2012-12-23 15:46:03 +01:00
commit 823359610f
1 changed files with 1 additions and 1 deletions

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